import type { CampaignRule } from '../marketing.engine'; export declare const CAMPAIGNS: CampaignRule[]; export declare const EVENT_ONLY_CAMPAIGNS: CampaignRule[]; export declare const ALL_CAMPAIGNS: CampaignRule[]; export declare const EVENT_CAMPAIGNS: { readonly traderStarted: readonly ['trial-02-first-bot-trades']; readonly aiStrategyCreated: readonly ['trial-03-ai-strategy']; readonly hyperoptCompleted: readonly ['trial-04-hyperopt']; readonly supervisorCreated: readonly ['supervisor-welcome']; };