import { JsonValue } from "../types.js"; declare const _default: { name: string; validate: (self: { [key: string]: JsonValue; }) => { annotations: never[]; object: { to: { annotations: never[]; array: ({ kind: "Correct"; text: string; } | { kind: "Violation"; text: string; })[]; kind?: never; id?: never; text?: never; }; }; } | { annotations: never[]; object: { to: { kind: "Violation"; id: string; text: string; annotations?: never; array?: never; }; }; }; tests: { value: { to: string[]; }; result: { annotations: never[]; object: { to: { annotations: never[]; array: string[]; }; }; }; }[]; }; export default _default; //# sourceMappingURL=to.d.ts.map