import { EthDeployErc721 } from './EthDeployErc721';
export declare class OneDeploy721 extends EthDeployErc721 {
    fromShardID?: number;
    toShardID?: number;
}
