export declare const parseJWT: (token: string) => any; export declare const isExpired: (token: string) => boolean; export declare const removeNewlines: (str: string) => string; export declare const removeLeadingAndTrailingBackslashes: (str: string) => string;