import { Options } from "../../core";
import { Any, AnyObject, WindowOperatorInput } from "../../types";
/**
 * Fills null and missing fields in a window using linear interpolation based on surrounding field values.
 */
export declare const $linearFill: (_: AnyObject, collection: AnyObject[], expr: WindowOperatorInput, options: Options) => Any;
