export declare type ImageContentType = "image/jpeg" | "image/gif" | "image/png"; export declare const CONTENT_TYPE_LOOKUP: Map;