import { MatomoConfiguration } from './matomo-configuration';
import * as i0 from "@angular/core";
/**
 * Service for injecting the Matomo tracker in the application.
 * This service shall no longer be used directly within an application.
 */
export declare class MatomoInjector {
    private readonly configuration;
    /**
     * Creates an instance of MatomoInjector.
     *
     * @param configuration Matomo configuration provided by DI.
     */
    constructor(configuration: MatomoConfiguration);
    /**
     * Configures and injects the Matomo tracker in the DOM.
     */
    init(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<MatomoInjector, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<MatomoInjector>;
}
