/**
 * DeFi Blockchain Transaction Constants
 * https://github.com/DeFiCh/ain/blob/master/src/primitives/transaction.h
 */
export declare const DeFiTransactionConstants: {
    Version: number;
    WitnessMarker: number;
    WitnessFlag: number;
};
export * from './script';
export * from './tx';
export * from './tx_composer';
export * from './tx_segwit';
/**
 * Need to refactor this interface, it's not consistent
 */
export { toOPCodes, toBuffer as fromOPCodes } from './script/_buffer';
//# sourceMappingURL=index.d.ts.map