import { Compiler } from '@rspack/core';
import { type PluginInterface } from '../../../webpack-types';
export declare class EmitManifest {
    readonly manifestPath: string;
    constructor(options: PluginInterface);
    apply(compiler: Compiler): void;
}
