import { Image } from "../types";
export declare const formatImage: (image: any) => Image;
