export declare const tokenCodeFn: (mfaSerial: string, callback: (err?: Error | undefined, token?: string | undefined) => void) => Promise<void>;
export declare const readProfiles: () => Record<string, string>;
export declare const getSharedCredentialsFilename: () => string;
export declare const getConfigFilename: () => string;
export declare const getSSOCachePath: () => string;
