export declare type TokenErrorReason = 'INVALID' | 'EXPIRED' | 'UNKNOWN';
