import { WebhooksCreateResponse, WebhooksListDeliveriesResponse, WebhooksListResponse } from './WebhooksType'; export declare const mockWebhooksSingleGetEventResponse: { type: string; live_mode: boolean; idempotency_key: string; id: string; data: { id: string; }; created_at: string; api_version: string; }; export declare const mockWebhooksListDeliveriesResponse: WebhooksListDeliveriesResponse[]; export declare const mockWebhooksUpdateWebhookResponse: { url: string; updated_at: string; live_mode: boolean; id: string; events: string[]; created_at: string; active: boolean; }; export declare const mockWebhooksListResponse: WebhooksListResponse[]; export declare const mockWebhooksCreateResponse: WebhooksCreateResponse;