import { check } from './check'; declare const ShopifyBilling: { check: typeof check; }; export { ShopifyBilling }; export default ShopifyBilling; //# sourceMappingURL=index.d.ts.map