/** * Common error handling for parsing CSV data. * * @param error - The error to handle. * @throws {ParseError} When an error occurs while parsing the CSV data. * @throws {RangeError} When an invalid option is provided. * @throws {TypeError} When an invalid option is provided. * @throws {DOMException} When an abort signal is triggered. */ export declare function commonParseErrorHandling(error: unknown): never;