import { IRTerm } from "../IRTerm.js";
export interface IIRParent {
    parent: IRTerm | undefined;
}
