import unplugin from".";
import { Options } from"./core/options";
// If no type assertion is used tsup throws:// The type of this expression cannot be named without a 'resolution-mode' assertion,// which is an unstable feature.sexportdefault unplugin.viteas (options: Options) => any;