export default class Character { static isWhitespace(c: any): boolean; static toUpperCase(c: any): any; }