import Jimp from "jimp"; import { Image } from "../objects/image.class"; export declare function imageToJimp(image: Image): Jimp;