import type { Campaign } from '../types.js'; /** * Active and upcoming campaigns. * Update this file and publish a new version when Anthropic announces promotions. */ export declare const campaigns: Campaign[];