import { CategoryTool } from '../types/common.js'; export declare const CAMPAIGN_STATISTICS_TOOL: CategoryTool; export declare const CAMPAIGN_STATISTICS_BY_DATE_TOOL: CategoryTool; export declare const WARMUP_STATS_BY_EMAIL_TOOL: CategoryTool; export declare const CAMPAIGN_TOP_LEVEL_ANALYTICS_TOOL: CategoryTool; export declare const CAMPAIGN_TOP_LEVEL_ANALYTICS_BY_DATE_TOOL: CategoryTool; export declare const CAMPAIGN_LEAD_STATISTICS_TOOL: CategoryTool; export declare const CAMPAIGN_MAILBOX_STATISTICS_TOOL: CategoryTool; export declare const DOWNLOAD_CAMPAIGN_DATA_TOOL: CategoryTool; export declare const VIEW_DOWNLOAD_STATISTICS_TOOL: CategoryTool; export declare const statisticsTools: CategoryTool[];