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