import type { AnyCommand } from "./command.js"; export declare function isDefaultNamespaceCommand>(command: C): command is C & { namespace: undefined; }; /** * Formats the RPC Rest path for a command. * * rpc[/namespace]/name */ export declare function commandRpcPath(command: Pick): string; //# sourceMappingURL=command-rpc-path.d.ts.map