import { KrlCtx } from "krl-stdlib"; import { RulesetContext } from "pico-framework"; import { PicoEngineCore } from "./PicoEngineCore"; export declare function makeKrlCtx(core: PicoEngineCore, rsCtx: RulesetContext): KrlCtx;