import { TextLineData } from '../types';
export declare const getTextChunks: (text: string) => Array<string>;
export declare const mergeLines: (lines: Array<TextLineData>) => TextLineData;
//# sourceMappingURL=text.d.ts.map