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