import { type NodeFreezeConfigClass } from './node-freeze-config-class.js';
export interface NodeFreezeContext {
    config: NodeFreezeConfigClass;
}
