// SPDX-License-Identifier: Apache-2.0

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

export interface NodeFreezeContext {
  config: NodeFreezeConfigClass;
}
