import { WindowOperator } from "../../core";
/**
 * Returns the average rate of change within the specified window
 */
export declare const $derivative: WindowOperator;
