import { z } from "zod"; declare const paramsSchema: z.ZodObject<{ realmUid: z.ZodString; query: z.ZodOptional; active: z.ZodOptional>; verified: z.ZodOptional>; page: z.ZodDefault>; per_page: z.ZodDefault>; }, z.core.$strip>; export type ParamsSchema = z.infer; export declare const ListRealmUsers: Tool; export {}; //# sourceMappingURL=ListRealmUsers.d.ts.map