import type { Metadata as SharpMetadata } from 'sharp';
/**
 * Used to extract height from images, animated or not.
 *
 * @param sharpMetadata - the sharp metadata
 * @returns the height of the image
 */
export declare function extractHeightFromImage(sharpMetadata: SharpMetadata): number;
//# sourceMappingURL=extractHeightFromImage.d.ts.map