class LambdaSecretsManager:
    def __init__(self, environment: str, service_name: str) -> None: ...
    def get_secret(self, secret_name: str) -> str: ...
