import { z } from "@medusajs/framework/zod"; export declare const StoreGetOrderParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export type StoreGetOrderParamsType = z.infer; export declare const StoreGetOrdersParamsFields: z.ZodObject<{ id: z.ZodOptional]>>; status: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; status?: string | string[] | undefined; }, { id?: string | string[] | undefined; status?: string | string[] | undefined; }>; export declare const StoreGetOrdersParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional]>>; status: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; status?: string | string[] | undefined; }, { id?: string | string[] | undefined; status?: string | string[] | undefined; }>, "many">>>; $or: z.ZodOptional]>>; status: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; status?: string | string[] | undefined; }, { id?: string | string[] | undefined; status?: string | string[] | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { [x: string]: any; $and?: unknown; $or?: unknown; }, { [x: string]: any; $and?: unknown; $or?: unknown; }>; export type StoreGetOrdersParamsType = z.infer; export type StoreAcceptOrderTransferType = z.infer; export declare const StoreAcceptOrderTransfer: z.ZodObject<{ token: z.ZodString; }, "strip", z.ZodTypeAny, { token: string; }, { token: string; }>; export type StoreRequestOrderTransferType = z.infer; export declare const StoreRequestOrderTransfer: z.ZodObject<{ description: z.ZodOptional; }, "strip", z.ZodTypeAny, { description?: string | undefined; }, { description?: string | undefined; }>; export type StoreCancelOrderTransferRequestType = z.infer; export declare const StoreCancelOrderTransferRequest: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; export type StoreDeclineOrderTransferRequestType = z.infer; export declare const StoreDeclineOrderTransferRequest: z.ZodObject<{ token: z.ZodString; }, "strip", z.ZodTypeAny, { token: string; }, { token: string; }>; //# sourceMappingURL=validators.d.ts.map