export declare function unescapeShellPath(inputPath: string): string; export declare function isShellEscaped(inputPath: string): boolean; export declare function normalizePathForFs(inputPath: string): string;