import { ResourceValidationPolicy } from "@pulumi/policy";
declare namespace HorizontalPodAutoscaler {
    /**
     * Disallow the use of non-stable (Beta) Kubernetes resouces (autoscaling.v2beta2.HorizontalPodAutoscaler).
     *
     * @severity medium
     * @frameworks none
     * @topics api, beta, unstable
     * @link https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning
     */
    const disallowBetaResource: ResourceValidationPolicy;
}
export { HorizontalPodAutoscaler };
declare namespace HorizontalPodAutoscalerList {
    /**
     * Disallow the use of non-stable (Beta) Kubernetes resouces (autoscaling.v2beta2.HorizontalPodAutoscalerList).
     *
     * @severity medium
     * @frameworks none
     * @topics api, beta, unstable
     * @link https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning
     */
    const disallowBetaResource: ResourceValidationPolicy;
}
export { HorizontalPodAutoscalerList };
declare namespace HorizontalPodAutoscalerPatch {
    /**
     * Disallow the use of non-stable (Beta) Kubernetes resouces (autoscaling.v2beta2.HorizontalPodAutoscalerPatch).
     *
     * @severity medium
     * @frameworks none
     * @topics api, beta, unstable
     * @link https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning
     */
    const disallowBetaResource: ResourceValidationPolicy;
}
export { HorizontalPodAutoscalerPatch };
