export default isImage; /** * Returns whether or not the given MimeType is an image * @param {string} mimeType MimeType to test * @returns {boolean} */ declare function isImage(mimeType: string): boolean;