declare const A_SERVER__A_SERVER_LOGGER_ENV_VARIABLES: { /** * Enable logging of 200 responses */ readonly SERVER_IGNORE_LOG_200: "SERVER_IGNORE_LOG_200"; /** * Enable logging of 404 responses */ readonly SERVER_IGNORE_LOG_404: "SERVER_IGNORE_LOG_404"; /** * Enable logging of 500 responses */ readonly SERVER_IGNORE_LOG_500: "SERVER_IGNORE_LOG_500"; /** * Enable logging of 400 responses */ readonly SERVER_IGNORE_LOG_400: "SERVER_IGNORE_LOG_400"; /** * Enable logging of default responses */ readonly SERVER_IGNORE_LOG_DEFAULT: "SERVER_IGNORE_LOG_DEFAULT"; }; export { A_SERVER__A_SERVER_LOGGER_ENV_VARIABLES };