export declare const REDUCE_EMPTY_ERROR = "Reduce of empty iterator with no initial value";
export declare const MIN_EMPTY_ERROR = "Min of empty iterator";
export declare const MAX_EMPTY_ERROR = "Max of empty iterator";
export declare const MINMAX_EMPTY_ERROR = "Minmax of empty iterator";
//# sourceMappingURL=emptyIteratorError.d.ts.map