import type { InfraOutput } from '@ankhorage/contracts/infra'; import type { InfraCommandContext } from '../../types/infraCli.js'; /*** Print public environment-variable outputs while keeping secret values as references. */ export declare function writeInfraEnvironmentOutputs(context: InfraCommandContext, outputs: readonly InfraOutput[]): void; //# sourceMappingURL=writeInfraEnvironmentOutputs.d.ts.map