import { TableData } from '../../../types/tableData'; export declare class ParseCSVClipboardText { private static readonly STRING_QUOTE_SYMBOL; static readonly TAB_SYMBOL = "\\t"; static readonly NEW_LINE_SYMBOL = "\\n"; private static readonly EXPLICIT_TAB_SYMBOL; private static readonly EXPLICIT_NEW_LINE_SYMBOL; private static readonly WINDOWS_NEW_LINE_SYMBOL; private static readonly EXPLICIT_WINDOWS_NEW_LINE_SYMBOL; private static preprocessText; private static getSeparatorSymbols; static parse(multiLineString: string): TableData; } //# sourceMappingURL=parseCSVClipboardText.d.ts.map