import { r as RegistryEntry } from "../_chunks/registry.mjs"; //#region src/registries/index.d.ts /** * Every adapter shipped with the package, in manifest order. * * Only the key and the default URL live here. The adapter module is imported on the first * `create()` for its key, so nothing runs when the package is imported and a bundler splits each * adapter into its own chunk. An adapter missing from this list is invisible to `create()`. */ declare const builtins: readonly RegistryEntry[]; //#endregion export { builtins }; //# sourceMappingURL=index.d.mts.map