import { Command } from 'commander'; export declare const NEXUSSCRIPT_EXECUTION_UNAVAILABLE = "NEXUSSCRIPT_EXECUTION_UNAVAILABLE: Core has no hardened NexusScript execution queue; remote execution is disabled until the worker/isolate contract is implemented."; export declare function runNexusScript(_source: string): Promise; export declare const runCommand: Command;