import { InjectionToken } from '@angular/core'; export interface ScullyLibConfig { useTransferState?: boolean; alwaysMonitor?: boolean; manualIdle?: boolean; } export declare const ScullyDefaultSettings: ScullyLibConfig; export declare const SCULLY_LIB_CONFIG: InjectionToken;