"""Partial stubs for the ``quickjs`` module (``quickjs-ng`` runtime).""" class Context: def __init__(self) -> None: ... def eval(self, code: str, /) -> object: ...