import type { InternalNextjsObfuscatorOptions } from "./type"; import type { RawSourceMap } from "source-map"; import type webpack from "webpack"; declare function loader(this: webpack.LoaderContext, source: string, map: RawSourceMap): void; export = loader;