export * from './chain'; export * from './errno'; export declare const CYCLE_CALL_FUNCTION_TIME = 5000; export declare const TOKEN_DECIMAL_PLACES = 8; export declare const CKB_TOKEN_DECIMAL_PLACES = 2; export declare enum WalletProtocol { metaMask = "metaMask", tronLink = "tronLink", torus = "torus", tokenPocketUTXO = "tokenPocketUTXO", walletConnect = "walletConnect", webAuthn = "webAuthn" } export declare const CfAccessClient: {}; export declare const WebAuthnApi = "https://webauthn-api.d.id"; export declare const WebAuthnTestApi = "https://test-webauthn-api.d.id"; export declare const DotbitIndexerApi = "https://indexer-v1.d.id"; export declare const DotbitIndexerTestApi = "https://test-indexer.d.id";