import { Client, ClientConfig } from 'pg'; declare const _default: (config: ClientConfig) => Client; export default _default;