export type DatabaseClusterConnectionPoolMode = 'session' | 'transaction' | 'statement' | string;