import type { ParsedPath } from "../types.js"; export declare function _format( sep: string, pathObject: Partial, ): string; export declare function assertArg(pathObject: Partial): void;