export declare const useUserStore: import("pinia").StoreDefinition<"user", { eComStores: any[]; currentEComStore: {}; localeOptions: any; locale: string; currentTimeZoneId: string; timeZones: any[]; facilities: any[]; currentFacility: {}; }, { getLocale: (state: { eComStores: any[]; currentEComStore: {}; localeOptions: any; locale: string; currentTimeZoneId: string; timeZones: any[]; facilities: any[]; currentFacility: {}; } & import("pinia").PiniaCustomStateProperties<{ eComStores: any[]; currentEComStore: {}; localeOptions: any; locale: string; currentTimeZoneId: string; timeZones: any[]; facilities: any[]; currentFacility: {}; }>) => string; getLocaleOptions: (state: { eComStores: any[]; currentEComStore: {}; localeOptions: any; locale: string; currentTimeZoneId: string; timeZones: any[]; facilities: any[]; currentFacility: {}; } & import("pinia").PiniaCustomStateProperties<{ eComStores: any[]; currentEComStore: {}; localeOptions: any; locale: string; currentTimeZoneId: string; timeZones: any[]; facilities: any[]; currentFacility: {}; }>) => any; getTimeZones: (state: { eComStores: any[]; currentEComStore: {}; localeOptions: any; locale: string; currentTimeZoneId: string; timeZones: any[]; facilities: any[]; currentFacility: {}; } & import("pinia").PiniaCustomStateProperties<{ eComStores: any[]; currentEComStore: {}; localeOptions: any; locale: string; currentTimeZoneId: string; timeZones: any[]; facilities: any[]; currentFacility: {}; }>) => any[]; getCurrentTimeZone: (state: { eComStores: any[]; currentEComStore: {}; localeOptions: any; locale: string; currentTimeZoneId: string; timeZones: any[]; facilities: any[]; currentFacility: {}; } & import("pinia").PiniaCustomStateProperties<{ eComStores: any[]; currentEComStore: {}; localeOptions: any; locale: string; currentTimeZoneId: string; timeZones: any[]; facilities: any[]; currentFacility: {}; }>) => string; getFacilites: (state: { eComStores: any[]; currentEComStore: {}; localeOptions: any; locale: string; currentTimeZoneId: string; timeZones: any[]; facilities: any[]; currentFacility: {}; } & import("pinia").PiniaCustomStateProperties<{ eComStores: any[]; currentEComStore: {}; localeOptions: any; locale: string; currentTimeZoneId: string; timeZones: any[]; facilities: any[]; currentFacility: {}; }>) => any[]; getCurrentFacility: (state: { eComStores: any[]; currentEComStore: {}; localeOptions: any; locale: string; currentTimeZoneId: string; timeZones: any[]; facilities: any[]; currentFacility: {}; } & import("pinia").PiniaCustomStateProperties<{ eComStores: any[]; currentEComStore: {}; localeOptions: any; locale: string; currentTimeZoneId: string; timeZones: any[]; facilities: any[]; currentFacility: {}; }>) => {}; getProductStores: (state: { eComStores: any[]; currentEComStore: {}; localeOptions: any; locale: string; currentTimeZoneId: string; timeZones: any[]; facilities: any[]; currentFacility: {}; } & import("pinia").PiniaCustomStateProperties<{ eComStores: any[]; currentEComStore: {}; localeOptions: any; locale: string; currentTimeZoneId: string; timeZones: any[]; facilities: any[]; currentFacility: {}; }>) => any[]; getCurrentEComStore: (state: { eComStores: any[]; currentEComStore: {}; localeOptions: any; locale: string; currentTimeZoneId: string; timeZones: any[]; facilities: any[]; currentFacility: {}; } & import("pinia").PiniaCustomStateProperties<{ eComStores: any[]; currentEComStore: {}; localeOptions: any; locale: string; currentTimeZoneId: string; timeZones: any[]; facilities: any[]; currentFacility: {}; }>) => {}; }, { setLocale(locale: any): Promise; setUserTimeZone(tzId: any): Promise; getAvailableTimeZones(): Promise; updateTimeZone(tzId: any): void; getUserFacilities(partyId: any, facilityGroupId: any, isAdminUser: any, payload?: {}): Promise; getFacilityPreference(userPrefTypeId: any, userId?: string): Promise; setFacilityPreference(payload: any): Promise; getEComStoresByFacility(facilityId: any): Promise; getEComStores(): Promise; getEComStorePreference(userPrefTypeId: any, userId?: string): Promise; setEComStorePreference(payload: any): Promise; }>; //# sourceMappingURL=user.d.ts.map