from typing_extensions import Literal

def commonmark(text: str, format: Literal["html", "json", "ast", "rst"] = ...) -> str: ...
