import { Knex } from 'knex';
import { Table } from '../core/ast';
export declare function scanMysqlTableSchema(knex: Knex): Promise<Table[]>;
