import * as $dara from '@darabonba/typescript'; export declare class RefreshUploadMediaRequest extends $dara.Model { /** * @remarks * The ID of the media asset. * * @example * 411bed50018971edb60b0764a0ec6*** */ mediaId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }