import { ConfigInterface } from '../base-types';
import { ShopifyClients } from './types';
export type { ShopifyClients } from './types';
export declare function clientClasses(config: ConfigInterface): ShopifyClients;
//# sourceMappingURL=index.d.ts.map