import type { Plugin } from 'vite'; import type { PluginConfig } from '../lib'; export * from './ast'; export * from './houdini'; export * from './imports'; export * from './schema'; export default function (opts?: PluginConfig): Plugin[];