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