import type { Logger } from 'myst-cli-utils';
import type { TokenData } from '../types.js';
export declare function applyExpiryChalk(message: string, expired: boolean | 'soon', revoked?: boolean): string;
export declare function showActiveTokenRecord(log: Logger, active: TokenData, expired: boolean | 'soon', revoked?: boolean): void;
//# sourceMappingURL=showCurrentTokenRecord.d.ts.map