/**
* Dynamically import and register commands that require Node.js runtime
* (e.g., ServerCommand which uses child_process, net, os via DedicatedServer).
* Safe to call multiple times. Must NOT be called from web bundles.
*/export declare functionregisterNodeOnlyCommands(): Promise<void>;