import { Schema } from 'mongoose'; import { z } from 'zod'; export declare const ZRBTenant: z.ZodObject<{ tenantId: z.ZodString; parentTenantId: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>; export type IRBTenant = z.infer; export declare const RBTenantSchema: Schema; //# sourceMappingURL=RBTenant.d.ts.map