import { ImageType } from "./ImageType"; export declare namespace ImageTypes { const IMAGE_TYPES: string[]; function isImageType(type: string): type is ImageType; }