import type { PublishEditParams, PublishEditResult } from './types.js'; /** * Publish an edit to IPFS and get the calldata for submitting it on-chain. * * @deprecated Use `createGeoClient({ network }).personalSpaces.publishEdit(...)`. */ export declare function publishEdit(params: PublishEditParams): Promise; //# sourceMappingURL=publish-edit.d.ts.map