import type { AnchorKey, EdgeKey } from '../../types'; export declare function sortEdgeKey(keyOne: AnchorKey, keyTwo: AnchorKey): EdgeKey;