import type { JsonValue } from './types.js'; export declare function resolvePath(...paths: string[]): string; export declare function getImportJson(input: string): Promise; export declare function writeOutput(outputPath: string, content: string): Promise; export declare function readJsonIfExists(path: string): Promise; //# sourceMappingURL=file.d.ts.map