import * as e from "fp-ts/lib/Either";
export declare const string: (a: unknown) => e.Either<string, string>;
