export type Compare_F = <T>(a: T, b: T) => boolean;
export declare const defaultCompare: Compare_F;
//# sourceMappingURL=compare.d.ts.map