export declare const EventStoreDBAttributes: {
    DATABASE_USER: string;
    DATABASE_SYSTEM: string;
    DATABASE_OPERATION: string;
    SERVER_ADDRESS: string;
    SERVER_PORT: string;
    STREAM_APPEND: string;
    STREAM_SUBSCIBE: string;
    EVENT_STORE_STREAM: string;
    EVENT_STORE_SUBSCRIPTION_ID: string;
    EVENT_STORE_EVENT_ID: string;
    EVENT_STORE_EVENT_TYPE: string;
};
