/**
 *  wext-manifest-webpack-plugin
 *
 *  @author   abhijithvijayan <abhijithvijayan.in>
 *  @license  MIT License
 */
import { Compiler } from 'webpack';
export declare class WextManifestWebpackPlugin {
    apply(compiler: Compiler): void;
}
