export declare const General: {
    DBMS_Name: string;
    DBMS_GUI_Enable: boolean;
    DBMS_File_EXT: string;
};
export declare enum WebServer {
    StaticServerPORT = 2025,
    ApiServerPORT = 2026,
    TCPServerPORT = 2027,
    WebSocketServerPORT = 2028,
    GraphQLServerPORT = 2029
}
