import Account from '../Account';
import { IApproveTx } from '../types/common';
export declare function signApproveTxMsg(oMsg: {
    account: Account;
    tx: IApproveTx;
    chainid: string;
    maxGas: number;
    nonce: number;
}): any;
