import { ICommand } from "@-0/keys"; export declare const log$: import("@thi.ng/rstream").Stream; export declare const forwardUpstreamCMD$: (command: any, downstream: any) => any; export declare const registerCMD: (command: ICommand, dev?: boolean) => { sub$: string; args: any; reso: (acc: import("@-0/keys").Accumulator, res: any) => any; erro: (acc: import("@-0/keys").Accumulator, err: Error, out$: import("@thi.ng/rstream").PubSub) => any; } | { sub$: string; args: any; reso?: undefined; erro?: undefined; };