import { type AdapterId } from "./index.js"; import { type Adapter } from "./types.js"; export declare function getAdapter(id?: AdapterId): Promise;