import { SherlClient } from '../common'; import { ShopProvider } from './provider'; export declare const shop: (client: SherlClient) => ShopProvider; export * as ShopTypes from './types';