export declare function runWebhookList(apiKey: string, baseUrl?: string): Promise; export declare function runWebhookCreate(url: string, events: string[], apiKey: string, baseUrl?: string): Promise; export declare function runWebhookDelete(id: string, apiKey: string, baseUrl?: string): Promise;