export declare class StringUtils { static IsNumber(s: string): boolean; static IsSpaces(s: string): boolean; }