import { Observable } from 'rxjs'; import { Orientation } from './orient'; export default function rotateImage(file: File, orientation: Orientation): Observable; //# sourceMappingURL=rotateImage.d.ts.map