import type { ExprValue } from '../types.js'; /** * Returns the first non-null argument. * @param expr The input expressions. */ export declare function coalesce(...expr: ExprValue[]): import("../index.js").FunctionNode; //# sourceMappingURL=util.d.ts.map