import type { BasicParams } from '../../types'; import type { AuthenticateWebhook } from './types'; export declare function authenticateWebhookFactory(params: BasicParams): AuthenticateWebhook; //# sourceMappingURL=authenticate.d.ts.map