import { PostgresColumnModel } from '.'; import { TsonSchema } from '../tson'; export declare const postgresColumnToTson: (s: S) => TsonSchema;