export declare enum METHOD { getAddress = "getAddress", sendAssets = "sendAssets", payInvoice = "payInvoice", getInfo = "getInfo", requestValue = "requestValue", requestWeb3Sign = "requestWeb3Sign" } export declare const NO_PROVIDER: { type: string; description: string; }; export declare const REQUEST_TIMEOUT: { type: string; description: string; }; export declare enum WalletProviderStatus { NOT_AVAILABLE = "NOT_AVAILABLE", AVAILABLE = "AVAILABLE", LOGGED_IN = "LOGGED_IN" } //# sourceMappingURL=constants.d.ts.map