/** * Native Sandbox * * Platform detection and command wrapping for OS-native sandboxing. */ export * from './types.js'; export * from './detect.js'; export * from './seatbelt.js'; export * from './bubblewrap.js'; export * from './wrapper.js'; //# sourceMappingURL=index.d.ts.map