export declare function verifyJWTAndGetPayload(jwt: string, jwtSigningPublicKey: string): {
    [key: string]: any;
};
