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