/**
 * All types of supported DLTs
 */
export declare enum DLT {
    ETH = "ETHEREUM",
    IOTA = "IOTA",
    SHIMMER = "SHIMMER"
}
