import { type HotswapChange } from './common'; import type { ResourceChange } from '../../payloads/hotswap'; import type { EvaluateCloudFormationTemplate } from '../cloudformation'; export declare function isHotswappableCodeBuildProjectChange(logicalId: string, change: ResourceChange, evaluateCfnTemplate: EvaluateCloudFormationTemplate): Promise; //# sourceMappingURL=code-build-projects.d.ts.map