// Stub for @anthropic-ai/sandbox-runtime export type FsReadRestrictionConfig = any; export type FsWriteRestrictionConfig = any; export type IgnoreViolationsConfig = any; export type NetworkHostPattern = any; export type NetworkRestrictionConfig = any; export type SandboxAskCallback = any; export type SandboxDependencyCheck = any; export type SandboxRuntimeConfig = any; export type SandboxViolationEvent = any; export class SandboxManager { constructor(..._args: any[]) {} } export const SandboxRuntimeConfigSchema: any = {}; export class SandboxViolationStore { constructor(..._args: any[]) {} }