import { type NodeLogsConfigClass } from './node-logs-config-class.js';
export interface NodeLogsContext {
    config: NodeLogsConfigClass;
}
