import type { Image } from '../../Image.js';
/**
 * Verify all images of array have the same bit depth and color model.
 * @param images - Images to process
 */
export declare function checkImagesValid(images: Image[]): void;
/**
 * Checks if all the images of an array are the same dimensions.
 * @param images - Images array.
 * @returns `true` if all images have the same dimensions.
 */
export declare function verifySameDimensions(images: Image[]): boolean;
//# sourceMappingURL=checkImagesValid.d.ts.map