import { AnnotationData } from '../common/types'; export declare const rotateImage: ({ image, orientation: degrees, }: AnnotationData) => Promise;