import { Plugin } from 'vite';

/**
 * The Vite plugin to pre-process images and generate thumbhash data for them.
 *
 * @returns {Plugin} - The Vite plugin instance
 */
declare function ThumbnailHashImages(): Plugin;

export { ThumbnailHashImages };
