import { ExtractorOptions, CalendarData } from '../types';
/**
 * Check if the current page is Investing.com calendar
 */
export declare function isInvestingCalendar(url: string): boolean;
/**
 * Extract Investing.com calendar data
 */
export declare function extractInvestingData(options: ExtractorOptions): CalendarData;
