export declare const SearchStrategy: { readonly Cat: "cat"; readonly Keyword: "keyword"; readonly Semantic: "semantic"; readonly Ls: "ls"; }; export type SearchStrategy = (typeof SearchStrategy)[keyof typeof SearchStrategy];