interface GxImage {
    id: string;
    uri: string;
}
export declare const crop: (image: GxImage, left: any, top: any, width: any, height: any) => Promise<File>;
export {};
