import { ConfigInternal } from '../../../utils/config'; import type { DMMF } from '@prisma/generator-helper'; export declare const cleanifyDocumentation: (str?: string) => string | undefined; export declare const getObjectFieldsString: (props: { model: DMMF.Model; config: ConfigInternal; }) => { fields: string[]; exportFields: string[]; };