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