import { z } from "zod";
export declare const tools: {
    name: string;
    description: string;
    inputSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
}[];
export declare const handlers: Map<string, typeof handleDebugVersion>;
declare function handleDebugVersion(args: unknown): Promise<{
    content: {
        type: string;
        text: string;
    }[];
}>;
export {};
//# sourceMappingURL=management-tools.d.ts.map