export declare function verify(secret: string, eventPayload: string, signature: string): Promise; export declare namespace verify { var VERSION: string; }