/** * JSON Adapters * * Export all adapter implementations */ export { NativeAdapter, nativeAdapter } from './native.js'; export { createSonicAdapter, isSonicAvailable, SonicAdapter } from './sonic.js'; //# sourceMappingURL=index.d.ts.map