/** * Sandbox Preview Command * Preview a skill's effects before installation: score, conflicts, token impact. */ import { Command } from 'commander'; export declare function registerSandboxCommand(program: Command): void; //# sourceMappingURL=sandbox.d.ts.map