/** * Expand a leading `~/` in a path to the home directory. * * Single implementation shared by the HTTP auth token resolver (http/auth.ts) * and the CLI (cli/print-token.ts). `homeDir` defaults to os.homedir(); callers * that already resolved a home dir (e.g. a test-injected one) pass it explicitly. */ export declare function expandHome(p: string, homeDir?: string): string; //# sourceMappingURL=expand-home.d.ts.map