import { z } from "@medusajs/framework/zod"; export type AdminGetInviteParamsType = z.infer; export declare const AdminGetInviteParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const AdminGetInvitesParamsFields: z.ZodObject<{ q: z.ZodOptional; id: z.ZodOptional]>>; email: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; email?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; }, { id?: string | string[] | undefined; email?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; }>; export type AdminGetInvitesParamsType = z.infer; export declare const AdminGetInvitesParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional; id: z.ZodOptional]>>; email: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; email?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; }, { id?: string | string[] | undefined; email?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; }>, "many">>>; $or: z.ZodOptional; id: z.ZodOptional]>>; email: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; email?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; }, { id?: string | string[] | undefined; email?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { [x: string]: any; $and?: unknown; $or?: unknown; }, { [x: string]: any; $and?: unknown; $or?: unknown; }>; export type AdminGetInviteAcceptParamsType = z.infer; export declare const AdminGetInviteAcceptParams: z.ZodObject<{ fields: z.ZodOptional; } & { token: z.ZodString; }, "strip", z.ZodTypeAny, { token: string; fields?: string | undefined; }, { token: string; fields?: string | undefined; }>; export type AdminCreateInviteType = z.infer; export declare const AdminCreateInvite: z.ZodObject<{ email: z.ZodString; roles: z.ZodOptional>>; metadata: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { email: string; metadata?: Record | null | undefined; roles?: string[] | null | undefined; }, { email: string; metadata?: Record | null | undefined; roles?: string[] | null | undefined; }>; export type AdminInviteAcceptType = z.infer; export declare const AdminInviteAccept: z.ZodObject<{ email: z.ZodOptional>; first_name: z.ZodOptional>; last_name: z.ZodOptional>; }, "strict", z.ZodTypeAny, { email?: string | null | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; }, { email?: string | null | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; }>; //# sourceMappingURL=validators.d.ts.map