export declare class CsvUtil {
    static toObject(csv: any): any[];
    private static CSVToArray;
}
