import { WebBaseSearchInfoDescription } from "./WebBaseSearchInfoDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebSearchInfoDescription extends WebBaseSearchInfoDescription { static $t: Type; protected get_type(): string; constructor(); private x; get matchInfoCacheRef(): string; set matchInfoCacheRef(a: string); private v; get activeMatchIndex(): number; set activeMatchIndex(a: number); }