import type { IIoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerSpec } from "kubernetes-models/_definitions/IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerSpec"; import type { Deployment } from "kubernetes-models/apps/v1/Deployment"; import { HorizontalPodAutoscaler } from "kubernetes-models/autoscaling/v2beta2/HorizontalPodAutoscaler"; declare type TargetType = Deployment; export declare const createAutoscale: (target: TargetType, spec?: Partial | undefined) => HorizontalPodAutoscaler; export {};