import { ExtendedDMMFSchemaField } from '../../classes'; import { type ContentWriterOptions } from '../../types'; export declare const writeOutputObjectType: ({ fileWriter, dmmf, getSingleFileContent }: ContentWriterOptions, field: ExtendedDMMFSchemaField) => void; //# sourceMappingURL=writeOutputObjectType.d.ts.map