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