/** Deep-freeze the IR rooted at `node` (descending only into the IR's own plain objects/arrays). */ export declare function freezeIR(node: T): T;