/**
 * @packageDocumentation
 * @module license
 */
import { InjectionToken } from '@angular/core';
import { LicenseProductName, LicenseStatus } from './license.type';
import * as i0 from "@angular/core";
export declare const LICENSE_PRODUCT_NAME_TOKEN: InjectionToken<LicenseProductName>;
export declare class LicenseService {
    private readonly productName;
    private readonly licenseApi;
    status$: import("rxjs").Observable<LicenseStatus>;
    static ɵfac: i0.ɵɵFactoryDeclaration<LicenseService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<LicenseService>;
}
