/** * Checks if the character is a space. */ export declare function isSpace(ch: number): boolean;