import { Currency } from './Currency';
import { UpdateCashbackErc721 } from './UpdateCashbackErc721';
export declare class CeloUpdateCashbackMultiToken extends UpdateCashbackErc721 {
    feeCurrency: Currency;
}
