import type { SharedImpl } from './shared-impl'; /** * Interop surface: stored on globalThis, shared across independently * deployed bundles. First bundle to load wins. Append-only — never * remove or change method signatures. */ export declare function createImpl(): SharedImpl; //# sourceMappingURL=create-impl.d.ts.map