import BinaryTree from '../models/binary-tree'; export default function binaryTreeUtiles(): { getBinaryTreeWidth: (binaryTree: BinaryTree) => number; };