import type { ShallowRef } from 'vue'; export declare function useExternalStore(getSnapshot: () => T, subscribe: (callback: () => void) => () => void): ShallowRef; //# sourceMappingURL=useSyncExternalStore.d.ts.map