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