import { Any, AnyObject, Options } from "../../types";
import { WindowOperatorInput } from "./_internal";
/**
 * Returns the average rate of change within the specified window
 */
export declare const $derivative: (_: AnyObject, coll: AnyObject[], expr: WindowOperatorInput, options: Options) => Any;
