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