export declare type IQuantity = number | string;
export declare type Quantity = IQuantity;
export { IQuantity as IIoK8sApimachineryPkgApiResourceQuantity, Quantity as IoK8sApimachineryPkgApiResourceQuantity };
