import { BaseListenForEvents, BaseListenForEventsOptions } from './types';
/** The `listenForEvents` factory. */
export declare const base_createListenForEvents: <EventType extends string>(options?: BaseListenForEventsOptions) => BaseListenForEvents<EventType>;
