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