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