export interface WebhookSetupResult { enabled: boolean; url?: string; events?: string[]; } export declare function setupWebhookPrompt(): Promise;