import { InjectionToken } from '@angular/core';
/**
 * @const DUIOPTIONS
 * Injection token for the environment interface to be provided by the applications.
 */
export declare const DUIOPTIONS: InjectionToken<any>;
