/** * Create tools directory and tool file * @param projectRoot - Project root directory * @param toolsPath - Path for tools directory (relative to project root) */ export declare function createTool(projectRoot: string, toolsPath: string): void;