import { List } from "immutable"; export type TestTestTest = { errors: List; }; export type Errors = { errors: List; }; export declare const Errors: { Default: { zero: () => Errors; singleton: (e: e) => Errors; }; Operations: { concat: (e1: Errors, e2: Errors) => Errors; }; }; //# sourceMappingURL=state.d.ts.map