import * as z from "zod/v4-mini"; export type GetTenantByIdRequest = { /** * Tenant ID */ id: string; }; /** @internal */ export type GetTenantByIdRequest$Outbound = { id: string; }; /** @internal */ export declare const GetTenantByIdRequest$outboundSchema: z.ZodMiniType; export declare function getTenantByIdRequestToJSON(getTenantByIdRequest: GetTenantByIdRequest): string; //# sourceMappingURL=get-tenant-by-id-op.d.ts.map