import type { Environment } from '@marcbachmann/cel-js'; /** Register the shared base functions. Order and semantics are stable API. */ export declare function registerBaseFunctions(env: Environment): Environment; //# sourceMappingURL=functions.d.ts.map