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