import type { JSONValue, JSONObject, JSONArray } from "types-json"; export declare function readJSON(path: string): Promise; export declare function readJSONSync(path: string): import("parse-json-object").JSONValue | undefined; export declare function readJSONObject(path: string): Promise; export declare function readJSONObjectSync(path: string): import("parse-json-object").JSONObject | undefined; export declare function readJSONArray(path: string): Promise; export declare function readJSONArraySync(path: string): import("parse-json-object").JSONArray | undefined; export type { JSONObject, JSONValue, JSONArray }; //# sourceMappingURL=index.d.ts.map