import type { Compiler } from '../Compiler';
export declare class DefaultStatsPresetPlugin {
    apply(compiler: Compiler): void;
}
