export declare class NodePoolNodeAutoscaling { enable?: boolean; minNodeCount?: number; maxNodeCount?: number; scaleDownCooldownTime?: number; priority?: number; constructor(); withEnable(enable: boolean): NodePoolNodeAutoscaling; withMinNodeCount(minNodeCount: number): NodePoolNodeAutoscaling; withMaxNodeCount(maxNodeCount: number): NodePoolNodeAutoscaling; withScaleDownCooldownTime(scaleDownCooldownTime: number): NodePoolNodeAutoscaling; withPriority(priority: number): NodePoolNodeAutoscaling; } //# sourceMappingURL=NodePoolNodeAutoscaling.d.ts.map