export interface IPluginOptions {
  level: "best" | "none" | "default" | "fast";
  exclude: string[];
}
