import { AnnotatedJson } from "../types.js"; declare const _default: { name: string; validate: (self: { [key: string]: import("../types.js").JsonValue; }) => { annotations: import("../types.js").Annotation[]; object: { [key: string]: AnnotatedJson; }; }; tests: { value: { someattribute: string; }; result: { annotations: never[]; object: { someattribute: string; }; }; }[]; }; export default _default; //# sourceMappingURL=remaining.d.ts.map