export interface ProcessDownloadFileParams {
	asyncDownload?: boolean;
	pollInitialWaitTime?: number;
	pollMaximumWaitTime?: number;
	bundleDownloadTimeout?: number;
}
