export declare function isWhiteSpace(text: string): boolean; export declare function removeLineBreaks(content: string | null): string;