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