import { type Manifest, type FilepathList } from '../../../../webpack-types';
export declare function devtoolsPage(manifest: Manifest, excludeList: FilepathList): "" | {
    devtools_page: string;
} | undefined;
