import type { FeatureConfig } from '#src/schema/features/feature.js'; import type { ModelConfig, ModelConfigInput, ModelRelationFieldConfig, ModelScalarFieldConfig, ModelScalarFieldConfigInput, ModelUniqueConstraintConfig } from '#src/schema/models/index.js'; export declare function createTestFeature(feature?: Partial): FeatureConfig; export declare function createTestModel(model?: Partial): ModelConfig; export declare function createTestScalarField(field?: Partial): ModelScalarFieldConfig & { type: TType; }; export declare function createTestRelationField(relation?: Partial): ModelRelationFieldConfig; export declare function createTestUniqueConstraint(constraint?: Partial): ModelUniqueConstraintConfig; //# sourceMappingURL=definition-helpers.test-helper.d.ts.map