import { type ClientConfig } from 'pg';
export declare function getPgConfig(given?: ClientConfig): Promise<ClientConfig>;
