import { type TableSchema } from "prostgles-types"; import type { TableConfig } from "../TableConfig/TableConfig"; export declare const getDBGeneratedSchema: ({ config, tablesOrViews, }: { config: TableConfig | undefined; tablesOrViews: TableSchema[]; }) => string; //# sourceMappingURL=getDBGeneratedSchema.d.ts.map