import * as $dara from '@darabonba/typescript'; export declare class CreateSearchLibRequest extends $dara.Model { searchLibConfig?: string; /** * @remarks * The name of the search library. The name can contain letters and digits and must start with a letter. * * 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; }); }