import * as types from './config/types';
export declare function signTransaction(signTxData: types.signTxType, coinType: string): Promise<string>;
