import { Pod } from "../../../model/pod.model"; import { YamlEditor } from "../../../view/yaml.editor"; export declare class PodEditComponent { pod: Pod; yamlEditor: YamlEditor; }