import { Selector } from '../types';
export declare function readJson<T extends Record<string, any>, TSelectedValue>(_path: string, selector?: Selector<T, TSelectedValue>): TSelectedValue | T;
//# sourceMappingURL=readJson.d.ts.map