import { type StoreApi } from 'zustand'; import type { CurrentProfileProviderProps, CurrentProfileState } from './types'; export declare const CurrentProfileContext: import("react").Context | null>; export declare const CurrentProfileProvider: ({ children, initialCurrentProfile, }: CurrentProfileProviderProps) => import("react/jsx-runtime").JSX.Element; declare const useCurrentProfile: () => CurrentProfileState; export default useCurrentProfile; //# sourceMappingURL=index.d.ts.map