import type { MetaBuild, TableMeta } from './types';
export declare function collectTablesMeta(build: MetaBuild): TableMeta[];
