export { defineDbIntegration } from './core/utils.js'; import type { ColumnsConfig, TableConfig } from './core/types.js'; import { type Table } from './runtime/index.js'; export declare function asDrizzleTable(name: TableName, tableConfig: TableConfig): Table;