import { WebhookType } from "../enums"; export declare class MeasureWebhookTimeout { #private; timeout: number; constructor(webhookType: WebhookType); start(timeout?: number): void; stop(): void; } //# sourceMappingURL=webhookTimeouts.d.ts.map