import type { ImageDimensions } from './types'; export declare function getImageDimensions(src: string): Promise;