declare const LOGIN_BUTTON_CLASS_NAME: string; declare const CAN_PASS_SIGN_TX_URL = "https://can-pass.canfoundation.io/sign-transaction"; declare const CAN_KEYS_ENDPOINT = "https://prod.api.cryptobadge.app/can-keys/graphql"; declare const CB_WEB = "https://cryptobadge.app"; export { CAN_KEYS_ENDPOINT, CAN_PASS_SIGN_TX_URL, LOGIN_BUTTON_CLASS_NAME, CB_WEB, };