export declare const SELIC = "Selic"; export declare const IPCA = "IPCA"; export declare const CDI = "CDI"; export declare const BCB_HOST = "www.bcb.gov.br"; export declare const BCB_API: string; export declare const BCB_SELIC_PATH = "/api/servico/sitebcb/historicotaxasjuros"; export declare const BCB_IPCA_PATH = "/api/servico/sitebcb/indicadorinflacao"; export declare const B3_HOST = "sistemaswebb3-derivativos.b3.com.br"; export declare const B3_API: string; export declare const B3_PATH = "/financialIndicatorsProxy/FinancialIndicators/GetFinancialIndicators/eyJsYW5ndWFnZSI6InB0LWJyIn0="; export declare const BCB_HEADERS: { Accept: string; 'Content-Type': string; 'User-Agent': string; }; export declare const B3_HEADERS: { Accept: string; 'Content-Type': string; 'Upgrade-Insecure-Requests': string; Connection: string; 'User-Agent': string; };