export declare function resolvePath(value: string): string; export declare function readJSON(path: string): Promise; export declare function writeFile(path: string, value: string): Promise; export declare function writeJSON(path: string, value: unknown, format?: boolean): Promise;