import ast

def get_sim105(node: ast.Try) -> list[tuple[int, int, str]]: ...
def get_sim107(node: ast.Try) -> list[tuple[int, int, str]]: ...
