import { Any, AnyObject, Options } from "../../types";
import { WindowOperatorInput } from "./_internal";
/**
 * Returns the approximation of the area under a curve.
 */
export declare const $integral: (_: AnyObject, coll: AnyObject[], expr: WindowOperatorInput, options: Options) => Any;
