import { Utils, URI as Uri } from 'vscode-uri'; export { URI as Uri } from 'vscode-uri'; export declare const basename: typeof Utils.basename, dirname: typeof Utils.dirname, extname: typeof Utils.extname, joinPath: typeof Utils.joinPath, resolvePath: typeof Utils.resolvePath; export declare function toUri(uriOrFile: string | Uri): Uri; //# sourceMappingURL=Uri.d.ts.map