import type { MemFsEditor } from '../index.js';
export default function readJSON(this: MemFsEditor, filepath: string, defaults?: any): any;
