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