/**
 * Write an ERD diagram in a Mermaid codeblock in a Markdown file.
 * This is supported on GitHub and in quite some IDE's.
 *
 * @param {import("../generate").GenerateContext} generateContext
 */
export function databaseERDCreate(
  generateContext: import("../generate").GenerateContext,
): void;
//# sourceMappingURL=erd.d.ts.map
