import { type DataModelField } from "./types.js"; export declare const shouldGenerateFieldValue: (field: DataModelField) => boolean;