/** Convert a filePath (absolute) to an url (without hostname). It returns an absolute path. "README.md" -> "/" "test/hello.md" -> "test/hello.html" "test/README.md" -> "test/" @param {Output} output @param {string} filePath @return {string} */ declare function fileToURL(output: any, filePath: any): string; export default fileToURL; //# sourceMappingURL=fileToURL.d.ts.map