import { Options } from './options';
export default function readJSONFileSync(filepath: string, options?: Options): any;
