import type { Plugin } from 'vite'; declare const vitePluginTsChecker: () => Plugin; export default vitePluginTsChecker;