import { z } from "@medusajs/framework/zod"; export declare const AdminGetUserParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export type AdminGetUsersParamsType = z.infer; export declare const AdminGetUsersParams: z.ZodObject<{ fields: z.ZodOptional; } & { offset: z.ZodEffects>, number, unknown>; limit: z.ZodEffects>, number, unknown>; order: z.ZodOptional | z.ZodDefault>; with_deleted: z.ZodEffects, boolean | undefined, unknown>; } & { q: z.ZodOptional; id: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; email: z.ZodOptional>; first_name: z.ZodOptional>; last_name: z.ZodOptional>; }, "strip", z.ZodTypeAny, { offset: number; limit: number; order?: string | undefined; id?: string | string[] | undefined; email?: string | null | undefined; fields?: string | undefined; created_at?: any; updated_at?: any; deleted_at?: any; with_deleted?: boolean | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; q?: string | undefined; }, { order?: string | undefined; id?: string | string[] | undefined; email?: string | null | undefined; fields?: string | undefined; created_at?: any; updated_at?: any; deleted_at?: any; offset?: unknown; limit?: unknown; with_deleted?: unknown; first_name?: string | null | undefined; last_name?: string | null | undefined; q?: string | undefined; }>; export type AdminCreateUserType = z.infer; export declare const AdminCreateUser: z.ZodObject<{ email: z.ZodString; first_name: z.ZodOptional>; last_name: z.ZodOptional>; avatar_url: z.ZodOptional>; }, "strip", z.ZodTypeAny, { email: string; first_name?: string | null | undefined; last_name?: string | null | undefined; avatar_url?: string | null | undefined; }, { email: string; first_name?: string | null | undefined; last_name?: string | null | undefined; avatar_url?: string | null | undefined; }>; export type AdminUpdateUserType = z.infer; export declare const AdminUpdateUser: z.ZodObject<{ first_name: z.ZodOptional>; last_name: z.ZodOptional>; avatar_url: z.ZodOptional>; metadata: z.ZodOptional>>>; }, "strip", z.ZodTypeAny, { metadata?: Record | null | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; avatar_url?: string | null | undefined; }, { metadata?: Record | null | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; avatar_url?: string | null | undefined; }>; export type AdminAssignUserRolesType = z.infer; export declare const AdminAssignUserRoles: z.ZodObject<{ roles: z.ZodArray; }, "strip", z.ZodTypeAny, { roles: string[]; }, { roles: string[]; }>; export type AdminRemoveUserRolesType = z.infer; export declare const AdminRemoveUserRoles: z.ZodObject<{ roles: z.ZodArray; }, "strip", z.ZodTypeAny, { roles: string[]; }, { roles: string[]; }>; export declare const AdminGetUserRolesParamsFields: z.ZodObject<{ role_id: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { role_id?: string | string[] | undefined; }, { role_id?: string | string[] | undefined; }>; export type AdminGetUserRolesParamsType = z.infer; export declare const AdminGetUserRolesParams: z.ZodObject<{ fields: z.ZodOptional; } & { offset: z.ZodEffects>, number, unknown>; limit: z.ZodEffects>, number, unknown>; order: z.ZodOptional | z.ZodDefault>; with_deleted: z.ZodEffects, boolean | undefined, unknown>; } & { role_id: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { offset: number; limit: number; order?: string | undefined; fields?: string | undefined; with_deleted?: boolean | undefined; role_id?: string | string[] | undefined; }, { order?: string | undefined; fields?: string | undefined; offset?: unknown; limit?: unknown; with_deleted?: unknown; role_id?: string | string[] | undefined; }>; //# sourceMappingURL=validators.d.ts.map