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