export declare class EasyAnalyticsConfig { gaTrackingId: string; routesToIgnore?: any[]; urlTrimmerFunction?: (originalUrl: string) => string; }