import { EsdtToken } from './EsdtToken';
export declare class EsdtTransferNftCreateRole extends EsdtToken {
    from: string;
    to: string;
}
