import { BUCKET_VALUE, ChatRuntime } from "@monorepo/src/app/Types/firebase"; export declare function csHandleKbSearch({ searchQuery, agentData, bucket, tags }: { searchQuery: string; agentData?: ChatRuntime; bucket: BUCKET_VALUE; tags?: string[]; }): Promise<{ kb_context: any; kb_sources: any; }>;