import { CID } from 'multiformats'; import { EntityID } from '../applog/datom-types.ts'; import { Thread } from '../thread.ts'; export type PubPullData = { cid: CID; thread: Thread; }; export declare function integratePub({ targetThread, agentHash, subID, pubData }: { targetThread: Thread; agentHash: EntityID; pubData: PubPullData; subID?: EntityID; }): import("../applog.ts").Applog[]; //# sourceMappingURL=pub-pull.d.ts.map