export declare const SearchRecallMode: { readonly Fast: "fast"; readonly Thinking: "thinking"; readonly Auto: "auto"; }; export type SearchRecallMode = (typeof SearchRecallMode)[keyof typeof SearchRecallMode];