/** * @param {string} url * @param {string} rootDir * @returns {Promise} */ export function urlToSourceRelativeFilePath(url: string, rootDir: string): Promise; /** * * @param {string} url * @param {string} rootDir * @returns {Promise} */ export function urlToSourceFilePath(url: string, rootDir: string): Promise; /** * @param {string} relPath * @returns {string} */ export function sourceRelativeFilePathToOutputRelativeFilePath(relPath: string): string; /** * * @param {string} sourceRelativeFilePath * @returns */ export function sourceRelativeFilePathToUrl(sourceRelativeFilePath: string): string; //# sourceMappingURL=urlPathConverter.d.ts.map