import { Plugin } from 'vite'; export interface Options { isScopedCssFile?: (filepath: string) => boolean; } export default function (raw_options?: Options): Plugin;