/** * File Organizer MCP Server v3.4.2 * categorize_by_type Tool * * @module tools/file-categorization */ export { CategorizeByTypeInputSchema } from "../schemas/scan.schemas.js"; export type { CategorizeByTypeInput } from "../schemas/scan.schemas.js"; import type { ToolDefinition, ToolResponse } from "../types.js"; export declare const categorizeByTypeToolDefinition: ToolDefinition; export declare function handleCategorizeByType(args: Record): Promise; //# sourceMappingURL=file-categorization.d.ts.map