import * as utils from './utils';
import { HTLCConfig } from './interfaces';
declare const configureHTLCTransaction: (config: HTLCConfig) => any;
declare const HTLCTransaction: any;
export { HTLCTransaction, configureHTLCTransaction as UnConfigureHTLCTransaction, utils, };
