import { AbiType } from '../../../node_modules/@btc-vision/transaction/build/index.js';
export interface BitcoinAbiValue {
    name: string;
    type: AbiType;
}
