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