import { Webhook } from '../types/Webhook';
export declare function getWebhooks(apiKey: string): Promise<Webhook[]>;
