import type { DiagAPI } from './index.js'; import type { HTTPRPCClient } from '../lib/core.js'; export declare function createCmds(client: HTTPRPCClient): DiagAPI['cmds']; //# sourceMappingURL=cmds.d.ts.map