from typing import Final

default_parsers: Final[list[str]]
settings: Final[dict[str, str | bool | list[str] | float | int]]
