import type { Hook, HookOptions, RequestWithResponse, Webhook, WebhookOptions } from '../create-hook.js'; export declare function createHook(options?: HookOptions): Hook; export declare function createWebhook(options: WebhookOptions & { respondWith: 'manual'; }): Webhook; export declare function createWebhook(options?: WebhookOptions): Webhook; //# sourceMappingURL=create-hook.d.ts.map