export { VERSION } from "./cli/index.ts"; export type { ExecutionContext, TemplateContext } from "./core/types.ts"; export { createResources } from "./resources/index.ts"; export type { Host, HostGroup, Inventory, InventoryDefaults, InventoryModule, ResolvedHost, } from "./inventory/types.ts"; export type { IgnitionConfig } from "./lib/config.ts"; //# sourceMappingURL=index.d.ts.map