import { Options } from "../../core";
import { AnyVal, RawObject, WindowOperatorInput } from "../../types";
/**
 * Returns the approximation of the area under a curve.
 */
export declare function $integral(_: RawObject, collection: RawObject[], expr: WindowOperatorInput, options: Options): AnyVal;
