import type { WithBlockchain } from "../../blockchains/index.js"; export type ActivityId = WithBlockchain & { __IS_ACTIVITY_ID__: true; }; export declare function toActivityId(value: string): ActivityId;