import { RawCellType } from '../types'; export declare const parseHTML: (html: string, onlyValue?: boolean) => RawCellType[][]; export declare const parseText: (tsv: string, sep?: string) => RawCellType[][]; //# sourceMappingURL=paste.d.ts.map