import { FilterableProductProps } from "@medusajs/framework/types"; import { ProductStatus } from "@medusajs/framework/utils"; import { z } from "@medusajs/framework/zod"; export declare const ProductStatusEnum: z.ZodNativeEnum; export declare const StoreGetProductParamsDirectFields: z.ZodObject<{ q: z.ZodOptional; id: z.ZodOptional]>>; title: z.ZodOptional]>>; handle: z.ZodOptional]>>; is_giftcard: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; category_id: z.ZodOptional]>>; external_id: z.ZodOptional]>>; collection_id: z.ZodOptional]>>; tag_id: z.ZodOptional]>>; type_id: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; type_id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; title?: string | string[] | undefined; q?: string | undefined; handle?: string | string[] | undefined; is_giftcard?: boolean | undefined; category_id?: string | string[] | undefined; external_id?: string | string[] | undefined; collection_id?: string | string[] | undefined; tag_id?: string | string[] | undefined; }, { id?: string | string[] | undefined; type_id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; title?: string | string[] | undefined; q?: string | undefined; handle?: string | string[] | undefined; is_giftcard?: string | boolean | undefined; category_id?: string | string[] | undefined; external_id?: string | string[] | undefined; collection_id?: string | string[] | undefined; tag_id?: string | string[] | undefined; }>; export declare const GetProductsParams: z.ZodObject<{ sales_channel_id: z.ZodOptional]>>; } & { q: z.ZodOptional; id: z.ZodOptional]>>; title: z.ZodOptional]>>; handle: z.ZodOptional]>>; is_giftcard: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; category_id: z.ZodOptional]>>; external_id: z.ZodOptional]>>; collection_id: z.ZodOptional]>>; tag_id: z.ZodOptional]>>; type_id: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; type_id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; sales_channel_id?: string | string[] | undefined; title?: string | string[] | undefined; q?: string | undefined; handle?: string | string[] | undefined; is_giftcard?: boolean | undefined; category_id?: string | string[] | undefined; external_id?: string | string[] | undefined; collection_id?: string | string[] | undefined; tag_id?: string | string[] | undefined; }, { id?: string | string[] | undefined; type_id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; sales_channel_id?: string | string[] | undefined; title?: string | string[] | undefined; q?: string | undefined; handle?: string | string[] | undefined; is_giftcard?: string | boolean | undefined; category_id?: string | string[] | undefined; external_id?: string | string[] | undefined; collection_id?: string | string[] | undefined; tag_id?: string | string[] | undefined; }>; type HttpProductFilters = FilterableProductProps & { tag_id?: string | string[]; category_id?: string | string[]; }; export declare const transformProductParams: (data: HttpProductFilters) => FilterableProductProps; export {}; //# sourceMappingURL=index.d.ts.map