// SPDX-License-Identifier: Apache-2.0

import {type NodeKeysConfigClass} from './node-keys-config-class.js';

export interface NodeKeysContext {
  config: NodeKeysConfigClass;
}
