import { DMMF } from "@prisma/generator-helper";
export declare namespace MermaidWriter {
    const write: (chapter: DMMF.Model[]) => string;
}
