import type { Plugin } from '../../compiled/vite'; /** * auto CSS Module * math the imported style file and add flag for cssModule. */ export default function autoCSSModulePlugin(): Plugin;