import { Compiler } from 'webpack'; declare class RemoveUseStrictPlugin { apply(compiler: Compiler): void; } export default RemoveUseStrictPlugin;