import { IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1ClusterAnalysisTemplate } from "./ClusterAnalysisTemplate.js";
import { IIoK8sApimachineryPkgApisMetaV1ListMeta } from "@kubernetes-models/apimachinery/apis/meta/v1/ListMeta";
import { ModelData, TypeMeta, Model } from "@kubernetes-models/base";
/**
 * AnalysisTemplateList is a list of AnalysisTemplate resources
 */
export interface IClusterAnalysisTemplateList extends TypeMeta {
    "apiVersion": "argoproj.io/v1alpha1";
    "items": Array<IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1ClusterAnalysisTemplate>;
    "kind": "ClusterAnalysisTemplateList";
    "metadata": IIoK8sApimachineryPkgApisMetaV1ListMeta;
}
/**
 * AnalysisTemplateList is a list of AnalysisTemplate resources
 */
export declare class ClusterAnalysisTemplateList extends Model<IClusterAnalysisTemplateList> implements IClusterAnalysisTemplateList {
    "apiVersion": "argoproj.io/v1alpha1";
    "items": Array<IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1ClusterAnalysisTemplate>;
    "kind": "ClusterAnalysisTemplateList";
    "metadata": IIoK8sApimachineryPkgApisMetaV1ListMeta;
    static apiVersion: IClusterAnalysisTemplateList["apiVersion"];
    static kind: IClusterAnalysisTemplateList["kind"];
    static is: import("@kubernetes-models/base").TypeMetaGuard<IClusterAnalysisTemplateList>;
    constructor(data?: ModelData<IClusterAnalysisTemplateList>);
}
export type { IClusterAnalysisTemplateList as IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1ClusterAnalysisTemplateList, ClusterAnalysisTemplateList as ComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1ClusterAnalysisTemplateList };
