import { RestClient as Rest } from './rest'; import { GraphqlClient as Graphql } from './graphql'; declare const ShopifyClients: { Rest: typeof Rest; Graphql: typeof Graphql; }; export default ShopifyClients; export { ShopifyClients }; //# sourceMappingURL=index.d.ts.map