import type { Plugin } from 'vite'; import type { ViteFastifyVueOptions } from '../types/options.ts'; export type { ViteFastifyVueOptions }; export default function viteFastifyVue({ ts }?: ViteFastifyVueOptions): Plugin[]; //# sourceMappingURL=index.d.ts.map