export declare const General: { DBMS_Name: string; DBMS_GUI_Enable: boolean; DBMS_File_EXT: string; Index_File_EXT: string; Index_Meta_File: string; Collection_Meta_File: string; Transaction_Registry_File: string; WAL_File_EXT: string; DocumentId_Length: number; }; export declare enum WebServer { StaticServerPORT = 2025, ApiServerPORT = 2026, TCPServerPORT = 2027, WebSocketServerPORT = 2028, GraphQLServerPORT = 2029 }