import { Image } from '../Image.js';
/**
 *
 * Calculate a new image that is the sum between the current image and the otherImage.
 * @param image - Image to which to add.
 * @param otherImage - Image to add.
 * @returns The summed image.
 */
export declare function add(image: Image, otherImage: Image): Image;
//# sourceMappingURL=add.d.ts.map