import type { LifecycleContext, ProcessContentActions } from '../../../types'; import type { CustomMcpToolsState } from '../types.js'; /** Registers every file in an `@mcp` folder as one MCP tool, named after the file. */ export declare function scanCustomMcpTools(actions: ProcessContentActions, context: LifecycleContext, state: CustomMcpToolsState): Promise; export declare function resetCustomMcpTools(actions: Pick, state: CustomMcpToolsState): void; //# sourceMappingURL=scan-custom-tools.d.ts.map