/** * Convert a URL or string to a path. * * @param pathUrl A URL or string to be converted. * * @returns The path as a string. */ export declare function toPathString(pathUrl: string | URL): string; //# sourceMappingURL=_to_path_string.d.ts.map