/**
 * Complete List of All 318 Tools
 *
 * Generated from comprehensive audit of all handlers.
 * This is the definitive list of all tools available in the system.
 */
export interface Tool {
    name: string;
    description: string;
    inputSchema?: any;
    handler?: string;
}
export declare const COMPLETE_TOOL_LIST: Tool[];
export declare const TOOL_COUNT = 318;
export declare const HANDLER_COUNT = 69;
export declare const TOOL_CATEGORIES: {
    core: string[];
    tdd: string[];
    flutter: never[];
    nextjs: string[];
    phoenix: string[];
    elixir: string[];
    ai: string[];
};
//# sourceMappingURL=all-tools-generated.d.ts.map