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