import { Column, Table } from "../../index.js"; declare const forColumn: (column: Column, key: string) => any; declare const forTable: (table: Table, key: string) => any; export { forColumn, forTable };