import Image from './interface-types/image.js'; declare function copyImage(image: Image): Image; export default copyImage;