export declare function createAgentContextToolRunner(): Promise<{ query: (params: any) => Promise; context: (params: any) => Promise; impact: (params: any) => Promise; cypher: (params: any) => Promise; close: () => Promise; }>;