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