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