import type { ResolvedInfraProject } from '../../../../types/infraProject.js'; /*** Resolve one manifest-backed Infra project from the workspace and optional project selector. */ export declare function resolveInfraProjectAsync(options: { readonly cwd: string; readonly projectId?: string; }): Promise; //# sourceMappingURL=resolveInfraProjectAsync.d.ts.map