import type { PackageJson } from 'type-fest';
/**
 * Flushes package.json contents to disk,
 * maintaining the user's original indentation size and type
 */
export declare function writePackageJSON(contents: PackageJson, filePath: string): Promise<void>;
