import { z } from "zod";
export declare function zodToMCPInputSchema(schema: z.ZodSchema): {
    type: "object";
    properties?: Record<string, any>;
    required?: string[];
    description?: string;
};
//# sourceMappingURL=schema-converter.d.ts.map