import { type Manifest, type FilepathList } from '../../../../webpack-types';
export declare function sandbox(manifest: Manifest, excludeList: FilepathList): {
    sandbox: {
        pages: string[];
        content_security_policy?: string | undefined;
    };
} | undefined;
