import { QueryParams } from 'fastapi-rtk/api-types'; import { DownloadOptions } from './types'; export declare const downloadItems: (path: string, queryParams?: QueryParams, { label, export_mode, delimiter, quotechar }?: DownloadOptions) => Promise;