import * as $dara from '@darabonba/typescript'; export declare class AlterSearchLibRequest extends $dara.Model { /** * @example * {"faceGroupIds":"xxx1,xxx2,xx3"} */ searchLibConfig?: string; /** * @remarks * This parameter is required. * * @example * test1 */ searchLibName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }