/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { EventRoute } from "../types"; export declare const CreateRoute: EventRoute<"theme.create">; export declare const DeleteRoute: EventRoute<"theme.delete">; export declare const UpdateRoute: EventRoute<"theme.update">; export declare const ChangeRoute: EventRoute<"theme.change">; //# sourceMappingURL=theme.d.ts.map