import { ConfigInternal } from '../../utils/config'; import type { DMMF } from '@prisma/generator-helper'; /** Convert array of fields to a string code representation */ export declare const getInputFieldsString: (input: DMMF.InputType, model: DMMF.Model | undefined, config: ConfigInternal) => string;