import ast

def is_none(node: ast.AST) -> bool: ...
def is_false(node: ast.AST) -> bool: ...
def is_true(node: ast.AST) -> bool: ...
