import { Table } from "./types"; export declare function generateTables(tables: Table[]): string; //# sourceMappingURL=generateTables.d.ts.map