import { type HfConfig } from './config.ts'; /** Who the configured token belongs to. */ export declare function whoami(config: HfConfig): Promise>; //# sourceMappingURL=account.d.ts.map