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