export declare const parseTextHtmlData: (data: string) => string[][]; export declare const parseTextPlainData: (data: string) => string[][]; export declare const encodeHtml: (str: string) => string; export declare const isPrintableUnicode: (str: string) => boolean; //# sourceMappingURL=copyPasting.d.ts.map