import { Download } from '@signiant/media-shuttle-sdk-base';
/**
 * Interface representing a platform upload transfer operation.
 * Extends the base Download functionality with platform-specific features.
 */
export default interface PlatformDownload extends Download {
}
//# sourceMappingURL=PlatformDownload.d.ts.map