import { CategoryTool } from '../types/common.js'; export declare const ADD_CLIENT_TOOL: CategoryTool; export declare const FETCH_ALL_CLIENTS_TOOL: CategoryTool; export declare const clientManagementTools: CategoryTool[];