import { Injector } from '@angular/core'; export declare function isDevMode({ injector }?: { injector?: Injector; }): boolean;