import { ClassTypeId, TypeFromTypeId, TypeId } from "../../types"; import { ComparerFunction } from "./typing"; export declare function getComparer(type: TypeId): ComparerFunction> | undefined; export declare function getComparer(type: TypeId): ComparerFunction | undefined; export declare function registerComparer(type: TTypeId, comparer: ComparerFunction>): void; export declare function registerComparer(type: ClassTypeId, comparer: ComparerFunction): void; //# sourceMappingURL=comparers.d.ts.map