export declare const extraEnv: Record; export declare function parseUserDirs(content: string): [string, string][]; export declare function homerel(...paths: string[]): string; export declare function envrel(env: string, ...paths: string[]): string | null; export declare const isWin: () => boolean; export declare const isMac: () => boolean;