import { CompareProvider } from '../types-internal'; export declare function getSyncComparer(comparer: CompareProvider): (this: import("augmentative-iterable").AnyIterable, expectedSize: number) => any;