import type { EventType } from '../../types/common.types';
export interface ConnectionOptions {
    events?: EventType[];
}
