export declare const pushSorted: (array: T[], value: T, propertyPath?: string | ((item: T) => any) | undefined, low?: number, high?: number) => T[]; //# sourceMappingURL=pushSorted.d.ts.map