import type * as webpack from "webpack"; export declare const WrapperParamArray: string[]; export declare const WrapperArgumentArray: string[]; export interface WrapperPluginOptions { test: RegExp; stringify: boolean; catchError: boolean; } export declare class WrapperPlugin implements webpack.WebpackPluginInstance { readonly options: WrapperPluginOptions; constructor(options?: Partial | null | undefined); apply(compiler: webpack.Compiler): void; }