import { useProductIdentificationStore } from "./store/productIdentification"; import { useAuthStore } from "./store/auth"; import { DxpImage, DxpLogin, DxpMenuFooterNavigation, DxpOmsInstanceNavigator, DxpPagination, DxpProductIdentifier, DxpShopifyImg, DxpTimeZoneSwitcher, DxpUserProfile } from "./components"; import { goToOms, getProductIdentificationValue, getAppLoginUrl, openPosScanner } from "./utils"; import { initialiseFirebaseApp } from "./utils/firebase"; import { useUserStore } from "./store/user"; import { useFormValidator } from "./composables/useFormValidation"; import { useFieldValidator } from "./composables/useFieldValidation"; import "./service-worker"; declare let i18n: any; declare let imageContext: {}; declare let translate: any; declare let loginContext: {}; declare let shopifyImgContext: {}; declare let appContext: {}; declare let productIdentificationContext: {}; declare let facilityContext: {}; declare let productStoreContext: {}; declare let notificationContext: {}; declare let gitBookContext: {}; declare let userContext: {}; export declare let dxpComponents: { install(app: any, options: any): void; }; export { appContext, DxpImage, DxpLogin, DxpMenuFooterNavigation, DxpOmsInstanceNavigator, DxpPagination, DxpProductIdentifier, DxpShopifyImg, DxpTimeZoneSwitcher, DxpUserProfile, getProductIdentificationValue, gitBookContext, goToOms, i18n, imageContext, initialiseFirebaseApp, loginContext, notificationContext, productIdentificationContext, facilityContext, productStoreContext, shopifyImgContext, translate, useAuthStore, useFieldValidator, useFormValidator, useProductIdentificationStore, useUserStore, userContext, getAppLoginUrl, openPosScanner }; //# sourceMappingURL=index.d.ts.map