interface GxImage {
    id: string;
    uri: string;
}
export declare const rotate: (image: GxImage, angle: any) => Promise<File>;
export {};
