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