import type { Adapter } from "../Fetch.js"; declare const fetch_: Adapter; /** * @since 0.0.1 * @category adapter */ export default fetch_;