import { ASYNC_OPTIONS_TYPE, OPTIONS_TYPE } from './core.module-builder'; export type ShopifyCoreOptions = typeof OPTIONS_TYPE; export type ShopifyCoreAsyncOptions = typeof ASYNC_OPTIONS_TYPE;