export declare function isWhitespace(char: string): char is " " | "\n" | "\t" | "\r";
