import type { Effect } from "../model/types.js"; export declare function readEffects(effectLst: any): Effect[];