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