import type { ObjectWithUnconstantString, PluginOptions } from "./type"; import type { NextConfig } from "next"; import { type NextjsObfuscatorOptions } from "./type"; declare function main(obfuscatorOptions: NextjsObfuscatorOptions | Partial>, pluginOptions?: Partial): (nextConfig: NextConfig) => NextConfig; export = main;