import type { EventFeatureBaseConfig } from "./feature.base"; declare const featureType: "claim_activation_key"; export type EventFeatureConfigOfClaimActivationKey = EventFeatureBaseConfig & { feature_type: typeof featureType; }; export declare const EventFeatureConfigOfClaimActivationKeyValidator: import("@seayoo-web/validator").ObjectValidator; export {};