import { MealieClient } from '../client.js'; import type { DownloadParams, DownloadResponse } from '../types/utils.js'; export declare class UtilsService extends MealieClient { /** * Download a file from the server */ downloadFile(params?: DownloadParams): Promise; } //# sourceMappingURL=utils.d.ts.map