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