/** * CLI command: sandbox * Safe command execution with restrictions */ export declare function execute(args: string[], options: Record): Promise;