export declare const expandHomeDir: (path: string) => string; export default expandHomeDir; /** In case of error, e.g. removed CWD, this is our fallback plan */ export declare function fallbackCWD(cwd?: string): string; export declare const cwd: () => string;