import type { ParsedPath } from "../types.js";
export declare function _format(sep: string, pathObject: Partial<ParsedPath>): string;
export declare function assertArg(pathObject: Partial<ParsedPath>): void;
//# sourceMappingURL=format.d.ts.map