import type { FetchConfig } from '@lerna-lite/core'; interface WhoIAm { username: string; } export declare function getWhoAmI(opts: FetchConfig): Promise; export {};