import { DeployContext, ServiceConfig, ServiceContext } from 'handel-extension-api'; export declare function getDeployContext(serviceContext: ServiceContext, rdsCfStack: any): DeployContext; export declare function getNewDbUsername(): string; export declare function getNewDbPassword(): string;