import { type Manifest, type FilepathList } from '../../../webpack-types';
export declare function getManifestOverrides(manifestPath: string, manifest: Manifest, excludeList: FilepathList): string;
