import type { PluginOption } from 'vite'; /** * It make it possible to have HTML routes. It's funny, * but not THAT useful. * @todo Make tests and document this simple feature. */ export declare function htmlRoutesLoader(): PluginOption; //# sourceMappingURL=html-routes.d.ts.map