export declare class DownloadParam {
    name: string;
    id: string;
}
