/** * Verify a CRM webhook signature (`X-TagadaPay-Signature: sha256=`). * The HMAC is computed over the raw JSON body string. */ export declare function verifyCrmWebhookSignature(rawBody: string, secret: string, signatureHeader: string | null | undefined): boolean; //# sourceMappingURL=webhookVerification.d.ts.map