import { Request } from "./Request"; export declare const TEST_WEBHOOK_ID = "test-webhook-id"; export declare class WebhookRequests extends Request { private static readonly BASE_ROUTE; get signatureHeader(): string; get timestampHeader(): string; get webhookIdHeader(): string; get testWebhookId(): string; verify(payload: any, signature: string, timestamp: string): Promise; } //# sourceMappingURL=WebhookRequests.d.ts.map