export declare function toNumberStr(x: number | string | boolean | Array<number | string>): string;
