/** * Turns a file path into a path suitable for browsers, with a / as seperator. * @param {string} filePath * @returns {string} */ export declare function toBrowserPath(filePath: string): string; export declare function isAbsoluteFilePath(path: string): boolean; export declare function isOutsideRootDir(path: string): boolean; //# sourceMappingURL=utils.d.ts.map