import type { InternalUserDefinedOptions, UserDefinedOptions } from '../../../../types/index.js';
import { WebpackFrameworkPlugin } from '../../shared/create-framework-plugin.js';
export declare class TaroWebpackPlugin extends WebpackFrameworkPlugin {
    constructor(options?: UserDefinedOptions | InternalUserDefinedOptions);
}
