import { SignTxType } from './config/types';
export default function signTransferTransaction(signTxData: SignTxType): Promise<string>;
