/** * @module apimachinery/intstr * @internal */ export declare type IntOrString = string | number;