import { Plugin } from "vite"; import { type Config } from "./load-config-file"; export default function cssPlugin(configObject: Config): Plugin;