import type { CreateProjectInfraLifecycleOptions, ProjectInfraLifecycle } from '../../../types/infraProject.js'; /*** Create the typed project-facing Infra lifecycle backed by canonical use cases and ownership state. */ export declare function createProjectInfraLifecycle(options?: CreateProjectInfraLifecycleOptions): ProjectInfraLifecycle; //# sourceMappingURL=createProjectInfraLifecycle.d.ts.map