import type { ReductionFunctionDefinition } from '.'; export declare const medianReductionFunction: ReductionFunctionDefinition<'median'>;