import type { ForManagingEvents } from '../../driver-ports/registry/for-managing-events.port';
import type { NFEventRegistryConfig } from '../../config/registry.contract';
export declare function createRegistry(opts: NFEventRegistryConfig): ForManagingEvents;
