export declare function isNumber(str: string): boolean; export declare function isLetter(str: string): boolean; export declare function isSpace(str: string): boolean; export declare function isCJK(str: string): boolean; export declare function trimChar(s: string, char: string): string;