export declare function validateRuleAttribute(attributes: {
    promotionType: string | undefined;
    ruleType: string;
    ruleAttributeId: string;
    applicationMethodType?: string;
}): void;
//# sourceMappingURL=validate-rule-attribute.d.ts.map