import type { ActionProposal, RuntimeContext, SafeVerdict } from "./types.js"; export declare function evaluateAction(proposal: ActionProposal, context: RuntimeContext): SafeVerdict; //# sourceMappingURL=action.d.ts.map