import * as z from "zod/v3"; import * as components from "../../models/components/index.js"; import { ToolDefinition } from "../tools.js"; declare const args: { tenantId: z.ZodString; body: z.ZodType; }; export declare const tool$destinationsCreate: ToolDefinition; export {}; //# sourceMappingURL=destinationsCreate.d.ts.map