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