import type { AppEnvironmentId } from '@ankhorage/contracts/environments'; import type { InfraOutput } from '@ankhorage/contracts/infra'; /*** Materialize public local Infra outputs into the project app environment while preserving unrelated entries. */ export declare function writeProjectEnvironmentOutputsAsync(projectPath: string, environment: AppEnvironmentId, outputs: readonly InfraOutput[]): Promise; //# sourceMappingURL=writeProjectEnvironmentOutputsAsync.d.ts.map