export declare const useStore: import("zustand").UseBoundStore<import("zustand").StoreApi<{
    mode: string;
}>>;
