import "isomorphic-fetch"; import { StarnameClient } from "./starnameClient"; import { Wallet } from "./wallet"; export declare const rpcUrl = "http://127.0.0.1:26657"; export declare const apiUrl = "http://127.0.0.1:1317"; export declare const createClient: () => Promise; export declare const addTokensWithFaucet: (address: string) => Promise; export declare const createWallet: (starnameClient: StarnameClient) => Promise; export declare const randomName: () => string;