import { IComGithubElasticCloudOnK8sV3PkgApisCommonV1alpha1AutoscalingEventType } from "./AutoscalingEventType.js"; import { ModelData, Model } from "@kubernetes-models/base"; export interface IPolicyState { "messages": Array; "type": IComGithubElasticCloudOnK8sV3PkgApisCommonV1alpha1AutoscalingEventType; } export declare class PolicyState extends Model implements IPolicyState { "messages": Array; "type": IComGithubElasticCloudOnK8sV3PkgApisCommonV1alpha1AutoscalingEventType; constructor(data?: ModelData); } export type { IPolicyState as IComGithubElasticCloudOnK8sV3PkgApisCommonV1alpha1PolicyState, PolicyState as ComGithubElasticCloudOnK8sV3PkgApisCommonV1alpha1PolicyState };