import type { AppEnvironmentId } from '@ankhorage/contracts/environments'; /*** Remove only the exact selected environment state after a complete destroy. */ export declare function removeStoredInfraStateAsync(projectPath: string, environment: AppEnvironmentId): Promise; //# sourceMappingURL=removeStoredInfraStateAsync.d.ts.map