import { BurnErc721 } from './BurnErc721';
import { Fee } from './Fee';
export declare class EthBurnErc721 extends BurnErc721 {
    fee?: Fee;
}
