/** * Undeploy Command * * Removes deployment from specified environment */ import type { UndeployOptions, DeployResult } from '../types/index.js'; export declare function undeploy(environment: string, options?: UndeployOptions): Promise; export default undeploy; //# sourceMappingURL=undeploy.d.ts.map