import { FieldDef } from "../../common/interfaces/entity.schema.interface"; /** * Generates example values for OpenAPI documentation based on field name and type. * Uses intelligent defaults based on common naming patterns. */ export declare function generateExampleValue(fieldName: string, fieldDef: FieldDef): unknown; /** * Generates a complete example attributes object for an entity. */ export declare function generateExampleAttributes(fields: Record): Record; //# sourceMappingURL=example-generator.util.d.ts.map