export declare class Csv { static createCsvFromString(csvStringArg: string): Promise; csvString: string; getHeaders(): void; exportAsJson(): void; }