import * as $dara from '@darabonba/typescript'; export declare class ListMediaMarksRequest extends $dara.Model { /** * @remarks * The ID of the media asset. * * @example * 411bed50018971edb60b0764a0ec6*** */ mediaId?: string; /** * @remarks * The mark ID. You can specify multiple IDs separated with commas (,). This parameter is discontinued. * * @example * mark-f82d*****4994b0915948ef7e16,mark-3d56d*****4c8fa9ae2a1f9e5d2d60 */ mediaMarkIds?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }