import { ContinuousShape } from "./Continuous.js"; export declare const combineIntegralSums: (combineFn: (v1: number, v2: number) => number | undefined, v1: number | undefined, v2: number | undefined) => number | undefined; export declare const combineIntegrals: (combineFn: (v1: ContinuousShape, v2: ContinuousShape) => ContinuousShape | undefined, v1: ContinuousShape | undefined, v2: ContinuousShape | undefined) => ContinuousShape | undefined; //# sourceMappingURL=Common.d.ts.map