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