export declare function createStreamlinedHandlers(server: any, services: any): { find_bc_knowledge: (args: any) => Promise<{ content: { type: string; text: string; }[]; }>; ask_bc_expert: (args: any) => Promise<{ content: { type: string; text: string; }[]; }>; analyze_al_code: (args: any) => Promise<{ content: { type: string; text: string; }[]; }>; get_bc_topic: (args: any) => Promise<{ content: { type: string; text: string; }[]; }>; start_bc_workflow: (args: any) => Promise<{ content: { type: string; text: string; }[]; }>; advance_workflow: (args: any) => Promise<{ content: { type: string; text: string; }[]; }>; get_workflow_help: (args: any) => Promise<{ content: { type: string; text: any; }[]; }>; get_bc_help: (args: any) => Promise<{ content: { type: string; text: string; }[]; }>; }; //# sourceMappingURL=streamlined-handlers.d.ts.map