export declare class NotificationVerifier { private publicKey; verify(jsonBody: string, cbSignatureHeader: string): Promise; }