import { Transformation, Bounds } from './type';
export declare function compareTransformations(a: Transformation, b: Transformation): number;
export declare function compareContainment(a: Bounds, b: Bounds): number | 'disjoint' | 'partial overlap';
//# sourceMappingURL=compare.d.ts.map