import * as E from 'fp-ts/Either'; export interface SchemaParser { parse(value: unknown): E.Either; } //# sourceMappingURL=SchemaParser.d.ts.map