import * as E from "fp-ts/Either";
export declare const parseJson: (json: string) => E.Either<Error, unknown>;
