import { ITrx } from '../chain/types'; export declare const verifyTrx: (trx: ITrx) => boolean;