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