export declare function jwtDecode(token: string, options?: { header?: boolean; }): any;