/** * Transforms a file system path to a browser URL. For example windows uses `\` on the file system, * but it should use `/` in the browser. */ export declare function toFilePath(browserPath: string): string; //# sourceMappingURL=toFilePath.d.ts.map