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