export declare function readJson<T = unknown>(filePath: string): Promise<T>;
//# sourceMappingURL=readJson.d.ts.map