import { Unpack } from "./common"; export declare function reduceRight(reducer: (acc: RTYPE, curr: Unpack, key?: any) => RTYPE): ((init: RTYPE, collection?: VTYPE) => RTYPE) | (((collection: VTYPE) => RTYPE)); export declare function reduceRight(reducer: (acc: RTYPE, curr: Unpack, key?: any) => RTYPE, init?: RTYPE): ((collection: VTYPE) => RTYPE); export declare function reduceRight(reducer: (acc: RTYPE, curr: Unpack, key?: any) => RTYPE, init?: RTYPE, collection?: VTYPE): RTYPE; //# sourceMappingURL=reduceRight.d.ts.map