import MySQLPoolConfig from 'mysql/lib/PoolConfig'; import type { PoolConfig, ConnectionConfig } from 'mysql'; import type { GetConnectionConfig } from './types'; export declare class RDSPoolConfig extends MySQLPoolConfig { #private; constructor(options: PoolConfig, getConnectionConfig: GetConnectionConfig); newConnectionConfig(): ConnectionConfig; }