import { InjectionToken } from '@angular/core';
export declare const isProductionEnvironmentToken: InjectionToken<boolean>;
