import type { FormatInputPathObject } from "../_interface.js";
/**
 * Generate a path from `FormatInputPathObject` object.
 * @param pathObject with path
 */
export declare function format(pathObject: FormatInputPathObject): string;
//# sourceMappingURL=format.d.ts.map