import type { AppEnvironmentId } from '@ankhorage/contracts/environments'; import type { InfraCredentialPort } from '@ankhorage/contracts/infra'; /*** Resolve explicit environment overrides before durable project-local bootstrap credentials. */ export declare function createProjectInfraCredentialPort(options: ProjectInfraCredentialPortOptions): InfraCredentialPort; interface ProjectInfraCredentialPortOptions { readonly projectPath: string; readonly environment: AppEnvironmentId; readonly processEnvironment: Readonly>; } export {}; //# sourceMappingURL=createProjectInfraCredentialPort.d.ts.map