import { ModuleWithProviders, InjectionToken } from '@angular/core';
export interface LibConfig {
    apiUrl: string;
}
export declare const LibConfigService: InjectionToken<LibConfig>;
export declare class JaakrecogLivenessLibModule {
    static forRoot(config?: LibConfig): ModuleWithProviders<JaakrecogLivenessLibModule>;
}
