import { DBInstance } from '@aws-sdk/client-rds';
export declare function getRDSDatabases(region: string): Promise<DBInstance[]>;
