export declare class ImgExifService {
    getOrientedImage(image: HTMLImageElement): Promise<HTMLImageElement>;
}
