import { t as ProviderEntry } from "../registry-8-px3fxS.mjs"; //#region src/providers/index.d.ts /** * Every provider shipped with the package, in `builtinProviders` order. * * The metadata here is what `listProviders()`, `getProviderCapabilities()` and the capability * lists answer from. The adapter module is imported on the first `create()` for its name, so * nothing runs when the package is imported and a bundler splits each adapter into its own * chunk. A provider missing from this list is invisible to `create()`. */ export declare const builtins: readonly ProviderEntry[]; //#endregion //# sourceMappingURL=index.d.mts.map