import { ExtendedDMMFOutputType } from '../../classes'; import { type ContentWriterOptions } from '../../types'; export declare const writeCountArgs: ({ fileWriter: { writer, writeImport }, dmmf, getSingleFileContent, }: ContentWriterOptions, model: ExtendedDMMFOutputType) => void; //# sourceMappingURL=writeCountArgs.d.ts.map