import type { OpenfortStore } from './store'; export declare function useOpenfortStore(selector: (state: OpenfortStore) => T): T;