import { Options } from "csv-parse"; declare function parse(input: string, options?: Options): any; export = parse;