import { Image } from "../types";
export declare const formatImageArray: (images: any[]) => Image[];
