import { type KnowledgeSearchHit } from "../../notes/store.js"; export interface PluginHostKnowledge { search(query: string): KnowledgeSearchHit[]; } export declare function knowledgeVerbs(pluginId: string): PluginHostKnowledge; //# sourceMappingURL=knowledge.d.ts.map