import * as $dara from '@darabonba/typescript'; export declare class QueryMediaIndexJobRequest extends $dara.Model { /** * @remarks * The ID of the media asset. * * This parameter is required. * * @example * c2e77390f75271ec802f0674a2ce6*** */ mediaId?: string; /** * @remarks * The name of the search library. Default value: ims-default-search-lib. * * @example * test1 */ searchLibName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }