import { ABIDataTypes } from '@btc-vision/transaction';
export declare const AbiTypeToStr: {
    [key in ABIDataTypes]: string;
};
