/** * Converts the given JSON object to a CSV string. * @param data - the JSON object to convert. */ export declare const convertToCSV: (data: any) => string;