import type { InfraExecutionContext } from '@ankhorage/contracts/infra'; /*** Resolve execution-only control-plane credentials from exact-name or prefixed environment data. */ export declare function createEnvironmentInfraCredentialPort(environment: Readonly>): InfraExecutionContext['credentials']; //# sourceMappingURL=createEnvironmentInfraCredentialPort.d.ts.map