export declare namespace dserialization { function getJsonFromCSVString(data: string): Promise; }