import { PostgresColumnModel } from '.';
import { TsonSchema } from '../tson';

export declare const postgresColumnToTson: <S extends PostgresColumnModel>(s: S) => TsonSchema;
