import type { Ord } from '../mod'; export declare type CompareFn = (a: T, b: T) => Ord | Promise; //# sourceMappingURL=compare.d.ts.map