export declare function useExternalStore(getSnapshot: () => T, subscribe: (callback: () => void) => () => void): { value: T; };