import { InjectionToken } from '@angular/core';
import { PiwikProSettings } from '../interfaces/piwik-pro-settings.interface';
/**
 * Provide a Injection Token to global settings.
 */
export declare const NGX_PIWIK_PRO_SETTINGS_TOKEN: InjectionToken<PiwikProSettings>;
