/**
 * 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";
/**
 * Mapping of network IDs to DefiLlama network slugs
 */
export declare const DEFILLAMA_NETWORK_MAPPING: Record<number, string>;
/**
 * Array of DefiLlama network slugs
 */
export declare const DEFILLAMA_NETWORK_SLUGS: string[];
export declare const DEFILLAMA_PROTOCOL_SLUGS: string[];
//# sourceMappingURL=constants.d.ts.map