import * as pl from "nodejs-polars"; export declare function isObject(value: any): value is Record; export declare function arrayDiff(a: string[], b: string[]): string[]; export declare function evaluateExpression(expr: pl.Expr): any;