export { createCelEnvironment, evaluateCel, type CelFunctionParam, type CelFunctionRegistration, type EvaluateCelOptions, } from "./environment.js"; export { Environment } from '@marcbachmann/cel-js'; //# sourceMappingURL=index.d.ts.map