import type { ParsedPath } from "./_interface.js"; /** * Return a `ParsedPath` object of the `path`. * @param path to process */ export declare function parse(path: string): ParsedPath;