import { type TableSchema } from "prostgles-types"; import type { TableConfig } from "../TableConfig/TableConfig"; export declare const getColumnTypescriptDefinition: ({ config, tablesOrViews, tableOrView, column, }: { config: TableConfig | undefined; tablesOrViews: TableSchema[]; tableOrView: TableSchema; column: TableSchema["columns"][number]; }) => string; export declare const getDataType: ({ config, tablesOrViews, tableOrView, column, }: { config: TableConfig | undefined; tablesOrViews: TableSchema[]; tableOrView: TableSchema; column: TableSchema["columns"][number]; }) => string; //# sourceMappingURL=getColumnTypescriptDefinition.d.ts.map