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