import { TableDescription } from './table-description'; import { Constructable } from '@daita/common'; export declare function table(table: string, schema?: string): TableDescription; export declare function table(type: Constructable): TableDescription;