import type { MinifyOptions } from "terser";
export default interface JS extends MinifyOptions {
    [key: string]: any;
}
