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