export declare function isAlpha(ch: string): boolean; export declare function isDigit(ch: string): boolean; //# sourceMappingURL=utils.d.ts.map