export declare function resolvePath(filePath: string): string; export declare function readJson>(path: string): Promise<[T | Record, boolean] | never>; export declare function writeJson(path: string, content: Record, overwrite?: boolean, undefinedAsNull?: boolean): Promise; export declare function writeEnvFromJson(path: string, content: Record, overwrite?: boolean, quotes?: boolean): Promise; //# sourceMappingURL=json.util.d.ts.map