import { z } from "@medusajs/framework/zod"; export type AdminGetPaymentParamsType = z.infer; export declare const AdminGetPaymentParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const AdminGetPaymentsParamsFields: z.ZodObject<{ q: z.ZodOptional; id: z.ZodOptional]>>; payment_session_id: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; payment_session_id?: string | string[] | undefined; }, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; payment_session_id?: string | string[] | undefined; }>; export type AdminGetPaymentsParamsType = z.infer; export declare const AdminGetPaymentsParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional; id: z.ZodOptional]>>; payment_session_id: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; payment_session_id?: string | string[] | undefined; }, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; payment_session_id?: string | string[] | undefined; }>, "many">>>; $or: z.ZodOptional; id: z.ZodOptional]>>; payment_session_id: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; payment_session_id?: string | string[] | undefined; }, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; payment_session_id?: string | string[] | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { [x: string]: any; $and?: unknown; $or?: unknown; }, { [x: string]: any; $and?: unknown; $or?: unknown; }>; export declare const AdminGetPaymentProvidersParamsFields: z.ZodObject<{ id: z.ZodOptional]>>; is_enabled: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; is_enabled?: boolean | undefined; }, { id?: string | string[] | undefined; is_enabled?: string | boolean | undefined; }>; export type AdminGetPaymentProvidersParamsType = z.infer; export declare const AdminGetPaymentProvidersParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional]>>; is_enabled: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; is_enabled?: boolean | undefined; }, { id?: string | string[] | undefined; is_enabled?: string | boolean | undefined; }>, "many">>>; $or: z.ZodOptional]>>; is_enabled: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; is_enabled?: boolean | undefined; }, { id?: string | string[] | undefined; is_enabled?: string | boolean | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { [x: string]: any; $and?: unknown; $or?: unknown; }, { [x: string]: any; $and?: unknown; $or?: unknown; }>; export type AdminCreatePaymentCaptureType = z.infer; export declare const AdminCreatePaymentCapture: z.ZodObject<{ amount: z.ZodOptional; }, "strict", z.ZodTypeAny, { amount?: number | undefined; }, { amount?: number | undefined; }>; export type AdminCreatePaymentRefundType = z.infer; export declare const AdminCreatePaymentRefund: z.ZodObject<{ amount: z.ZodOptional; refund_reason_id: z.ZodOptional; note: z.ZodOptional; }, "strict", z.ZodTypeAny, { amount?: number | undefined; refund_reason_id?: string | undefined; note?: string | undefined; }, { amount?: number | undefined; refund_reason_id?: string | undefined; note?: string | undefined; }>; export type AdminCreatePaymentRefundReasonType = z.infer; export declare const AdminCreatePaymentRefundReason: z.ZodObject<{ label: z.ZodString; description: z.ZodOptional; }, "strict", z.ZodTypeAny, { label: string; description?: string | undefined; }, { label: string; description?: string | undefined; }>; //# sourceMappingURL=validators.d.ts.map