/** * Process a JWT into Javascript-friendly data structures */ export declare function parseJWT(jwt: string): [T1, T2, string];