import { z } from "@medusajs/framework/zod"; export declare const AdminGetReturnReasonsReturnReasonParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export type AdminGetReturnReasonsReturnReasonParamsType = z.infer; export declare const AdminGetReturnReasonsParamsFields: z.ZodObject<{ q: z.ZodOptional; id: z.ZodOptional]>>; value: z.ZodOptional]>>; label: z.ZodOptional]>>; description: z.ZodOptional]>>; parent_return_reason_id: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; value?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; description?: string | string[] | undefined; q?: string | undefined; label?: string | string[] | undefined; parent_return_reason_id?: string | string[] | undefined; }, { id?: string | string[] | undefined; value?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; description?: string | string[] | undefined; q?: string | undefined; label?: string | string[] | undefined; parent_return_reason_id?: string | string[] | undefined; }>; /** * Parameters used to filter and configure the pagination of the retrieved order. */ export declare const AdminGetReturnReasonsParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional; id: z.ZodOptional]>>; value: z.ZodOptional]>>; label: z.ZodOptional]>>; description: z.ZodOptional]>>; parent_return_reason_id: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; value?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; description?: string | string[] | undefined; q?: string | undefined; label?: string | string[] | undefined; parent_return_reason_id?: string | string[] | undefined; }, { id?: string | string[] | undefined; value?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; description?: string | string[] | undefined; q?: string | undefined; label?: string | string[] | undefined; parent_return_reason_id?: string | string[] | undefined; }>, "many">>>; $or: z.ZodOptional; id: z.ZodOptional]>>; value: z.ZodOptional]>>; label: z.ZodOptional]>>; description: z.ZodOptional]>>; parent_return_reason_id: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; value?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; description?: string | string[] | undefined; q?: string | undefined; label?: string | string[] | undefined; parent_return_reason_id?: string | string[] | undefined; }, { id?: string | string[] | undefined; value?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; description?: string | string[] | undefined; q?: string | undefined; label?: string | string[] | undefined; parent_return_reason_id?: string | string[] | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { [x: string]: any; $and?: unknown; $or?: unknown; }, { [x: string]: any; $and?: unknown; $or?: unknown; }>; export type AdminGetReturnReasonsParamsType = z.infer; export declare const AdminCreateReturnReason: z.ZodObject<{ value: z.ZodString; label: z.ZodString; description: z.ZodOptional>; parent_return_reason_id: z.ZodOptional>; metadata: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { value: string; label: string; metadata?: Record | null | undefined; description?: string | null | undefined; parent_return_reason_id?: string | null | undefined; }, { value: string; label: string; metadata?: Record | null | undefined; description?: string | null | undefined; parent_return_reason_id?: string | null | undefined; }>; export type AdminCreateReturnReasonType = z.infer; export declare const AdminUpdateReturnReason: z.ZodObject<{ value: z.ZodString; label: z.ZodString; description: z.ZodOptional>; metadata: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { value: string; label: string; metadata?: Record | null | undefined; description?: string | null | undefined; }, { value: string; label: string; metadata?: Record | null | undefined; description?: string | null | undefined; }>; export type AdminUpdateReturnReasonType = z.infer; //# sourceMappingURL=validators.d.ts.map