export type ImageModelType = 'image'; declare const ImageModels: { [key in ImageModelType]: any; }; export default ImageModels;