import type { globalStore } from './type'; export * from './type'; export declare function useGlobalStore(): globalStore | undefined;