import type { TableInfo } from "./getTablesInSchema";
export declare function analyzeTables({ toDsn, tables, }: {
    toDsn: string;
    tables: TableInfo[];
}): Promise<void>;
//# sourceMappingURL=analyzeTables.d.ts.map