import { Plugin } from 'vite'; /** * Inject css at the top of each generated chunk file, only works with library mode. */ declare function libInjectCss(): Plugin; export { libInjectCss };