import type { Comparable } from "../../parser/ast.ts"; import type { Context, StackItem } from "../types.ts"; export default function evalComparable(ctx: Context, item: StackItem, node: Comparable): unknown;