import { Currency } from './Currency';
import { Fee } from './Fee';
import { PrivateKeyOrSignatureId } from './PrivateKeyOrSignatureId';
export declare class UpdateCashbackErc721 extends PrivateKeyOrSignatureId {
    tokenId: string;
    chain: Currency;
    contractAddress: string;
    nonce?: number;
    cashbackValue: string;
    fee?: Fee;
}
