/** * Sandbox install verification — verifies npm packages work when installed clean. * * 1. npm pack → tarball * 2. Install in temp dir * 3. DefaultResourceLoader discovers extensions/skills * 4. Verify resources load without errors * 5. Optional smoke test */ import type { SandboxOptions, SandboxResult } from "./types.js"; export declare function verifySandboxInstall(options: SandboxOptions): Promise; //# sourceMappingURL=sandbox.d.ts.map