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