import type { IRTerm } from "../IRTerm.js";
export declare function isIRTerm(stuff: any): stuff is IRTerm;
