import { Network } from './network'; export declare type Url = string; export declare type AppToken = string; export declare enum BotUsername { CryptoTestnetBot = "CryptoTestnetBot", CryptoBot = "CryptoBot" } export declare const botUsername: Record; export declare type DateString = string;