/** * Action service — ensures all plugin adapter commands are registered. * * Call `ensureActionsRegistered()` once at server startup so that * account and action commands are available in the command registry. */ /** * Import plugin-adapters as a side-effect to register all commands. * Safe to call multiple times — registration happens only once. */ export declare function ensureActionsRegistered(): void;