export declare const ApplicationShell: unique symbol; export interface ApplicationShell { attach(host: HTMLElement): void; } //# sourceMappingURL=shell-protocol.d.ts.map