import { ifEq, ifNeq } from '../../../angular-terminal/dom-terminal/sources/core/dom/StyleHandler'; import { Command, ShortcutService } from '../../../commands/shortcut.service'; import { ViewService } from './view.service'; import * as i0 from "@angular/core"; import * as i1 from "../../1-basics/grow.directive"; export declare class AppShell { readonly showCommands: import("../../../utils/Signal2").Signal2; readonly viewService: ViewService; readonly shortcutService: ShortcutService; constructor(); s: { blackOnWhite: { backgroundColor: string; color: string; }; whiteOnGray: { backgroundColor: string; color: string; }; }; ifEq: typeof ifEq; ifNeq: typeof ifNeq; toggleCommands(): void; shortcuts: Partial[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }