/** * Decode a JWT payload * https://stackoverflow.com/a/38552302 */ export declare function parseJWT(token: string): unknown;