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