/**
 * Channel3 SDK for TypeScript/JavaScript
 * Official SDK for the Channel3 AI Shopping API
 */
export { Channel3Client, AsyncChannel3Client } from './client';
export * from './exceptions';
export * from './generated/models';
export type { Channel3ClientConfig } from './client';
export { Channel3Client as default } from './client';
//# sourceMappingURL=index.d.ts.map