import { AttributesDiff } from '../algorithm/attributes-diffing'; /** * Applies an attributes diff payload to a target object in-place. * * @param target Target object to mutate. * @param diff Attributes diff to apply. * @returns `true` when at least one mutation was applied. */ export declare function applyAttributesDiff(target: Record, diff: AttributesDiff | null | undefined): boolean; //# sourceMappingURL=replay-style-utils.d.ts.map