import { Compiler } from '@rspack/core';
import { type PluginInterface } from '../../../reload-types';
export declare class ApplyManifestDevDefaults {
    private readonly manifestPath?;
    private readonly browser;
    constructor(options: PluginInterface);
    private generateManifestPatches;
    apply(compiler: Compiler): void;
}
