import { DownloadOptions } from '@signiant/media-shuttle-sdk-base';
import PlatformTransferOptions from './PlatformTransferOptions';
export default interface PlatformDownloadOptions extends PlatformTransferOptions, DownloadOptions {
}
//# sourceMappingURL=PlatformDownloadOptions.d.ts.map