interface TypeInfo { pg_type?: string; type?: string; } export declare function pgType(info: TypeInfo): string; export {};