import { Compiler } from "webpack";
export declare class GatsbyWebpackStatsExtractor {
    private plugin;
    constructor();
    apply(compiler: Compiler): void;
}
