import { Any, Options } from"../../../types";
interfaceInputExpr {
n: Any;
input: Any;
}
/**
* Returns a specified number of elements from the end of an array.
*/exportdeclareconst$lastN: (obj: Any, expr: InputExpr, options: Options) =>Any;
export {};