import { Table } from './typescript'; import { Enums } from './pg-client'; export declare function mapColumn(table: Table, enumTypes: Enums): Table;