declare const goToOms: (token: any, oms: any) => void; declare const getProductIdentificationValue: (productIdentifier: any, product: any) => any; declare const showToast: (message: any, configButtons: any) => Promise; declare const getCurrentTime: (zone: any, format?: string) => string; declare const getAppLoginUrl: () => any; declare const createShopifyAppBridge: (shop: any, host: any) => Promise>; declare const getSessionTokenFromShopify: (appBridgeConfig: any) => Promise; declare const openPosScanner: () => Promise; export { getCurrentTime, getProductIdentificationValue, goToOms, showToast, getAppLoginUrl, createShopifyAppBridge, getSessionTokenFromShopify, openPosScanner }; //# sourceMappingURL=index.d.ts.map