export declare const lineBreak: RegExp;
export declare function isNewLine(code: number): boolean;
export declare const nonASCIIwhitespace: RegExp;
