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