import * as $dara from '@darabonba/typescript'; export declare class DeleteMediaMarksResponseBody extends $dara.Model { /** * @remarks * The ID of the media asset. * * @example * ****019b82e24b37a1c2958dec38**** */ mediaId?: string; /** * @remarks * The IDs of the deleted marks separated with commas (,). * * @example * mark-f82d*****4994b0915948ef7e16,mark-3d56d*****4c8fa9ae2a1f9e5d2d60 */ mediaMarkIds?: string; /** * @remarks * The request ID. * * @example * ******11-DB8D-4A9A-875B-275798****** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }