/**
 * Base URL for the DefiLlama API
 */
export declare const DEFILLAMA_BASE_URL = "https://api.llama.fi";
/**
 * URL for the DefiLlama price API
 */
export declare const DEFILLAMA_PRICES_URL = "https://coins.llama.fi";
