export declare function accumulate(iterable: unknown, func?: (accumulator: unknown, value: unknown) => unknown): unknown[];