import type { HttpAdapter } from "./http.models.js"; export declare function getDefaultHttpAdapter(): HttpAdapter;