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