import type { Image } from '../Image.js';
import type { Mask } from '../Mask.js';
export declare function copyData(source: Image, target: Image): void;
export declare function copyData(source: Mask, target: Mask): void;
//# sourceMappingURL=copyData.d.ts.map