import * as z from "zod/v3"; import { ToolDefinition } from "../tools.js"; declare const args: { customerId: z.ZodOptional; email: z.ZodOptional; }; export declare const tool$customersRetrieve: ToolDefinition; export {}; //# sourceMappingURL=customersRetrieve.d.ts.map