export default api; declare namespace api { export { get }; } /** * @param {string} url * @returns {Promise} */ declare function get(url: string): Promise; import type { ParsedChromsizes } from '../utils/parse-chromsizes-rows';