export declare function parseJwtToken(token: string): any; export declare function _verifyJwtToken(token: string, publicKeySet: any): Promise;