export declare function HPA(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Limits(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Quota(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const LimitRange: typeof Limits;
export declare const HorizontalPodAutoscaler: typeof HPA;
