/** @format */
/**
 * Abstract class representing a node in a Huffman Tree.
 */
export declare abstract class HuffmanNode {
}
