import { BatchMethodResponse, BatchResponse, MedusaContainer, PromotionRuleDTO } from "@medusajs/framework/types"; export declare const refetchPromotion: (promotionId: string, scope: MedusaContainer, fields: string[]) => Promise; export declare const refetchBatchRules: (batchResult: BatchMethodResponse, scope: MedusaContainer, fields: string[]) => Promise>; //# sourceMappingURL=helpers.d.ts.map