import type { InfraCommandRunRequest, InfraCommandServices, PreparedInfraCommandOperation } from '../../types/infraCli.js'; /*** Resolve one command's project, desired environment, stored ownership and adapter dependencies. */ export declare function prepareInfraCommandOperationAsync(request: InfraCommandRunRequest, services: InfraCommandServices, useStoredDesired?: boolean): Promise; //# sourceMappingURL=prepareInfraCommandOperationAsync.d.ts.map