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