import type { ComparisonOp } from "../../parser/ast.ts"; export default function (a: string, b: unknown, op: ComparisonOp): boolean;