import Plugin from "@vaadin/hilla-generator-core/Plugin.js"; import type { SharedStorage } from "@vaadin/hilla-generator-core/SharedStorage.js"; export default class SubTypesPlugin extends Plugin { ["constructor"]: typeof SubTypesPlugin; get path(): string; execute(storage: SharedStorage): Promise; }