/** * Fetch cdi value from B3 api * @returns {Promise} current cdi value in apy * * @throws {Error} * This exception is thrown if is not possible to parse response body * or occurred error on request */ export declare function fetchCurrentCdi(): Promise;