import * as $dara from '@darabonba/typescript'; export declare class RegisterMediaInfoResponseBody extends $dara.Model { /** * @remarks * The ID of the media asset in IMS. * * @example * ******b48fb04483915d4f2cd8****** */ mediaId?: string; /** * @remarks * The request ID. * * @example * ******5A-CAAC-4850-A3AF-B74606****** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }