import { Plugin } from 'vite'; declare const defaultOptions: { output: string; format: boolean; }; type Options = typeof defaultOptions; declare function Generouted(options?: Partial): Plugin; export { Generouted as default };