import type { InfraCommandServices } from '../../../types/infraCli.js'; /*** Compose command use cases with filesystem, environment-value and package-resolver adapters. */ export declare function createInfraCommandServices(overrides?: Partial): InfraCommandServices; //# sourceMappingURL=createInfraCommandServices.d.ts.map