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