import { type ValueType } from '../controls/associated-types'; import { ControlDefinition } from '../controls/definition'; export declare function testDefinition(definition: Def, values: readonly ValueType[], invalidValues: readonly unknown[], options?: { skipV0Definition?: boolean; }): void; export declare function testResolveValue(definition: Def, values: readonly ValueType[]): void; //# sourceMappingURL=test-definition.d.ts.map