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