import type { SandboxingState } from './SandboxingTypes'; declare const init: () => SandboxingState; export { init }; //# sourceMappingURL=SandboxState.d.ts.map