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