import { TableDescription } from '../table/table-description'; import { ValueType } from '../../operands/value-type'; import { TableAliasDescription } from '../../dml/select/table-alias-description'; import { KeysOfType } from '@daita/common'; import { Constructable } from '@daita/common'; export declare function field>(type: Constructable, key: K): T[K]; export declare function field>(type: TableDescription, key: K): T[K]; export declare function field>(type: TableAliasDescription, key: K): T[K];