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