import { IComGithubElasticCloudOnK8sV3PkgApisCommonV1ObjectSelector } from "../../common.k8s.elastic.co/v1/ObjectSelector.js"; import { ModelData, Model } from "@kubernetes-models/base"; export interface IOutput extends IComGithubElasticCloudOnK8sV3PkgApisCommonV1ObjectSelector { "outputName"?: string; } export declare class Output extends Model implements IOutput { "name"?: string; "namespace"?: string; "secretName"?: string; "serviceName"?: string; "outputName"?: string; constructor(data?: ModelData); } export type { IOutput as IComGithubElasticCloudOnK8sV3PkgApisAgentV1alpha1Output, Output as ComGithubElasticCloudOnK8sV3PkgApisAgentV1alpha1Output };