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