export declare type EVMMethodID = string;
export declare type EVMAddress = string;
export declare type EVMContract = any;
export declare type FungibleToken = EVMContract;
export declare type ContentPreImage = string;
