export declare function linebreak(str: string, maxUnits: number): string[];
export declare function isCjk(s: string): boolean;
