export declare const translateWSLPathToWindows: (wslPath: string, useSlash?: boolean) => Promise; export declare const translateWindowsPathToWSL: (winPath: string) => Promise; export declare const getWindowsEnv: (envName: string) => Promise; type WSL2NetworkingMode = 'nat' | 'mirrored'; export declare const getWSL2NetworkingMode: () => Promise; export declare const isWSL: () => Promise; export {};