import { Registry } from "./registry.js"; export interface ComponentInstaller { install(registry: Registry): Promise; } //# sourceMappingURL=component-installer.d.ts.map