import { ContextualToolHandler } from '../types'; export declare function createSelectiveAgentHandler(selectiveAgents: string[], userPromptPrefix?: string): ContextualToolHandler; export declare function createCheckConfigHandler(): ContextualToolHandler; export declare function createSetupConfigHandler(): ContextualToolHandler; //# sourceMappingURL=handler-factory.d.ts.map