export declare const SearchQueryBy: { readonly Hybrid: "hybrid"; readonly Text: "text"; }; export type SearchQueryBy = (typeof SearchQueryBy)[keyof typeof SearchQueryBy];