/** * Removes line breaks from a string. * * @param text */ export declare function removeLineBreaks(text: string): string;