import type { SwapTree } from '../consts/Types'; export declare const compareTrees: (tree: T, compare: T) => boolean; //# sourceMappingURL=SwapTreeCompare.d.ts.map