import type { InvokeWebhook } from './provider-implementation'; export declare function calculateSignature(payload: string, secret: string | null): string; export declare const invokeWebhook: InvokeWebhook;