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