import type { HotswapChange } from './common'; import type { ResourceChange } from '../../payloads/hotswap'; import { type EvaluateCloudFormationTemplate } from '../cloudformation'; export declare function isHotswappableCloudControlChange(logicalId: string, change: ResourceChange, evaluateCfnTemplate: EvaluateCloudFormationTemplate, _hotswapPropertyOverrides: unknown): Promise; //# sourceMappingURL=cloud-control-resource.d.ts.map