/// export declare const verifyWebhookSignature: (rawBody: string | Buffer, signatureHeader: string | undefined, appSecret: string) => boolean;