import * as z from "zod"; import { PaginationMetaResult, PaginationMetaResult$Outbound } from "./paginationmetaresult.js"; import { UserWithRolesV2, UserWithRolesV2$Outbound } from "./userwithrolesv2.js"; export type ListResponseBody18 = { paginationMeta: PaginationMetaResult; users: Array; }; /** @internal */ export declare const ListResponseBody18$inboundSchema: z.ZodType; /** @internal */ export type ListResponseBody18$Outbound = { pagination_meta: PaginationMetaResult$Outbound; users: Array; }; /** @internal */ export declare const ListResponseBody18$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ListResponseBody18$ { /** @deprecated use `ListResponseBody18$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ListResponseBody18$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ListResponseBody18$Outbound` instead. */ type Outbound = ListResponseBody18$Outbound; } //# sourceMappingURL=listresponsebody18.d.ts.map