import { InjectionToken } from '@angular/core';
export declare const ELECTRON_WINDOW: InjectionToken<unknown>;
export declare const IN_DIALOG: InjectionToken<unknown>;
