/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ export declare class Shell extends EventTarget { private readonly appName; private readonly appSubName; constructor(appName: string, appSubName: string); setPageTitle(title: string | null): void; } //# sourceMappingURL=shell.d.ts.map