import { Compiler } from '@rspack/core';
import { FilepathList, PluginInterface } from '../../../webpack-types';
export declare class UpdateManifest {
    readonly manifestPath: string;
    readonly excludeList?: FilepathList;
    constructor(options: PluginInterface);
    private applyDevOverrides;
    apply(compiler: Compiler): void;
}
