export { fsWindowsBugWorkaround }; export { fsWindowsBugWorkaroundPrefix }; declare const fsWindowsBugWorkaroundPrefix = "file://"; declare function fsWindowsBugWorkaround(testFileJs: string): string;