import { AccountConfig, ServiceRegistry } from 'handel-extension-api'; import { DeployOptions, EnvironmentDeployResult, HandelFile, HandelFileParser } from '../datatypes'; export declare function deploy(accountConfig: AccountConfig, handelFile: HandelFile, environmentsToDeploy: string[], handelFileParser: HandelFileParser, serviceRegistry: ServiceRegistry, options: DeployOptions): Promise;