/// export declare class MailerUtils { static verifyWebHook(rawBody: Buffer, signature: string, signinSecret: string): boolean; }