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