import { type IInsight } from "@gooddata/sdk-model"; export declare const insightListComparator: (insightA: IInsight, insightB: IInsight) => number; //# sourceMappingURL=comparator.d.ts.map