export declare const CREDENTIALS: unique symbol;
export declare const ALLOWED_EVENTS: unique symbol;
export declare const EVENT_WRITER_TIMEOUT_IN_MS: number;
export declare const INTERCONNECTION_CONNECTION_DEFAULT_NAME = "interco-module-connection";
export declare const CONNECTION_CONFIGURATION: unique symbol;
export declare const EVENTSTORE_DB_CLIENT: unique symbol;
