import { signTxType } from './config/types';
export declare function signBTCTransaction(signTxData: signTxType): Promise<string>;
