import type { ReductionFunctionDefinition } from '.'; export declare const sumReductionFunction: ReductionFunctionDefinition<'sum'>;