import { type StoreApi } from 'zustand'; import { MinimalProfile } from '../../../types/profile'; import type { CurrentProfileState } from './types'; export declare const initializeProfileStore: (initialProfile?: MinimalProfile | null) => StoreApi; //# sourceMappingURL=store.d.ts.map