/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { EventRoute } from "../types"; export declare const ModeRoute: EventRoute<"host.modetoggle">; export declare const SelectionStateChangeRoute: EventRoute<"host.selectionstatechange">; export declare const LockRoute: EventRoute<"host.lock">; export declare const UnlockRoute: EventRoute<"host.unlock">; //# sourceMappingURL=host.d.ts.map