/** * Linux Bubblewrap (bwrap) sandbox backend. * * Uses bubblewrap to create a lightweight user-namespace sandbox. * The project directory is mounted read-write; system paths are read-only. * Network is isolated by default. */ import type { SandboxBackend } from './backend'; export declare function createBubblewrapBackend(): SandboxBackend; //# sourceMappingURL=bubblewrap.d.ts.map