exportdefaultclassHandyUtils {
/** Takes a CSV file and uploads it to the publicly-provided Handy server, to obtain a URL that can be sent to the Handy */staticuploadCsv(csv: File, filename?: string): Promise<string>;
}
//# sourceMappingURL=HandyUtils.d.ts.map