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