import type { ReductionFunctionDefinition } from '.'; export declare const skewnessReductionFunction: ReductionFunctionDefinition<'skewness'>; export declare const sampleSkewnessReductionFunction: ReductionFunctionDefinition<'sample-skewness'>;