import * as vscode from 'vscode'; export declare function exists(resource: vscode.Uri): Promise; export declare function looksLikeAbsoluteWindowsPath(path: string): boolean; //# sourceMappingURL=fs.d.ts.map