import BaseClass from "../utils/BaseClass"; import { SingleRelationship } from "../typings/Library"; import { PromotionCollection } from './Promotion'; export declare class CouponCodesPromotionRuleCollection extends BaseClass { static className: string; reference: string; referenceOrigin: string; createdAt: Date; updatedAt: Date; metadata: object; promotion: () => SingleRelationship; static define(): void; } declare const CouponCodesPromotionRule: import("../typings/Library").BaseResource; export default CouponCodesPromotionRule;