import type { ProgressEvent } from '@pushchain/core/src/lib/progress-hook/progress-hook.types';
/** Build the `utx` value expected by the Donut lifecycle tracker. */
export declare const getUniversalTxId: (progress: ProgressEvent, initialChain?: string) => string | null;
