import * as Pool from 'pg-pool'; export declare class PgPool extends Pool { Client: any; constructor(options: any); }