import * as IOE from "fp-ts/IOEither";
export declare const readFileSync: (path: string) => IOE.IOEither<Error, string>;
