import { AccountConfig, ServiceRegistry } from 'handel-extension-api'; import { DeleteOptions, EnvironmentDeleteResult, HandelFile, HandelFileParser } from '../datatypes'; export declare function deleteEnv(accountConfig: AccountConfig, handelFile: HandelFile, environmentToDelete: string, handelFileParser: HandelFileParser, serviceRegistry: ServiceRegistry, options: DeleteOptions): Promise;