PostgresClassType: {
    connect: ((options: PostgresClientOptions) => Promise<PostgresClientType>);
    new (options: PostgresClientOptions): PostgresClientType;
}