import { Table } from '../core/ast';
export declare function sortTables(table_list: Table[]): Table[];
