export declare function getImageDimension(url: string): Promise<import('image-size/types/interface').ISizeCalculationResult>;
