class RequestValidator:
    def __init__(self, token: str) -> None: ...
    def validate(self, url: str, params: dict[str, str], signature: str) -> bool: ...
