import type { Root } from "mdast"; import type { Migration, Table } from "../../../../core/domain/project-map.js"; export declare function renderStorage(storage: { readonly tables: readonly Table[]; readonly migrations: readonly Migration[]; }): Root["children"];