# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved. from typing import Any class Future: def wait(self) -> Any: ...