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