import { PathChain } from './PathChain';
export declare class PathChainTxId extends PathChain {
    txId: string;
}
