import type { AppEnvironmentId } from '@ankhorage/contracts/environments'; /*** Remove only persisted generated credential state for one explicit project environment. */ export declare function removeStoredInfraCredentialsAsync(projectPath: string, environment: AppEnvironmentId): Promise; //# sourceMappingURL=removeStoredInfraCredentialsAsync.d.ts.map