import { AsyncFileSystem, FileSystem } from '../fs'; export declare function readJsonAsync(path: string, filename: string, fs: AsyncFileSystem): Promise; export default function readJson(path: string, filename: string, fs: FileSystem): any;