import { Deployment } from "../../../model/deployment.model"; import { YamlEditor } from "../../../view/yaml.editor"; export declare class DeploymentEditComponent { deployment: Deployment; yamlEditor: YamlEditor; }