import { SDKUrls } from '../types'; export * from './abis'; export declare const networkMessage: (address: string) => string; export declare const spendFundsMessage: (amount: string, address: string) => string; export declare const MAINNET_ENV: SDKUrls; export declare const TESTNET_ENV: SDKUrls;