import { ApiKeyType } from "@medusajs/framework/utils"; import { z } from "@medusajs/framework/zod"; export declare const AdminGetApiKeyParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const AdminGetApiKeysParamsFields: z.ZodObject<{ q: z.ZodOptional; id: z.ZodOptional]>>; title: z.ZodOptional]>>; token: z.ZodOptional]>>; type: z.ZodOptional>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; revoked_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { type?: ApiKeyType | undefined; id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; token?: string | string[] | undefined; title?: string | string[] | undefined; revoked_at?: any; q?: string | undefined; }, { type?: ApiKeyType | undefined; id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; token?: string | string[] | undefined; title?: string | string[] | undefined; revoked_at?: any; q?: string | undefined; }>; export type AdminGetApiKeysParamsType = z.infer; export declare const AdminGetApiKeysParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional; id: z.ZodOptional]>>; title: z.ZodOptional]>>; token: z.ZodOptional]>>; type: z.ZodOptional>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; revoked_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { type?: ApiKeyType | undefined; id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; token?: string | string[] | undefined; title?: string | string[] | undefined; revoked_at?: any; q?: string | undefined; }, { type?: ApiKeyType | undefined; id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; token?: string | string[] | undefined; title?: string | string[] | undefined; revoked_at?: any; q?: string | undefined; }>, "many">>>; $or: z.ZodOptional; id: z.ZodOptional]>>; title: z.ZodOptional]>>; token: z.ZodOptional]>>; type: z.ZodOptional>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; revoked_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { type?: ApiKeyType | undefined; id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; token?: string | string[] | undefined; title?: string | string[] | undefined; revoked_at?: any; q?: string | undefined; }, { type?: ApiKeyType | undefined; id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; token?: string | string[] | undefined; title?: string | string[] | undefined; revoked_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 AdminCreateApiKeyType = z.infer; export declare const AdminCreateApiKey: z.ZodObject<{ title: z.ZodString; type: z.ZodNativeEnum; }, "strip", z.ZodTypeAny, { type: ApiKeyType; title: string; }, { type: ApiKeyType; title: string; }>; export type AdminUpdateApiKeyType = z.infer; export declare const AdminUpdateApiKey: z.ZodObject<{ title: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; }, { title: string; }>; export type AdminRevokeApiKeyType = z.infer; export declare const AdminRevokeApiKey: z.ZodObject<{ revoke_in: z.ZodOptional; }, "strip", z.ZodTypeAny, { revoke_in?: number | undefined; }, { revoke_in?: number | undefined; }>; //# sourceMappingURL=validators.d.ts.map