import { ApplicationState, AbstractApplicationStateService } from '../../common'; export declare type FrontendApplicationState = ApplicationState | 'attached_shell' | 'closing_window'; export declare class FrontendApplicationStateService extends AbstractApplicationStateService { } //# sourceMappingURL=frontend-application-state.d.ts.map