import { BusinessHours } from './types'; export declare const isBusinessHours: (hours?: BusinessHours) => boolean; export declare const trackEvent: (eventName: string, data: any, trackingConfig?: any) => void;