import VelaWebpackConfigurator from '../vela/VelaWebpackConfigurator'; import WrapPlugin from './plugin/WrapPlugin'; /** * AndroidWebpackConfigurator */ declare class AndroidWebpackConfigurator extends VelaWebpackConfigurator { protected createWrapPlugin(): WrapPlugin; } export default AndroidWebpackConfigurator;