/**
 * Browser-only MSW setup and configuration utilities
 *
 * This entry point only includes browser-compatible exports
 * and excludes any Node.js-specific functionality.
 */
export * from './setup';
export * from './config';
export * from './environment';
export * from './types';
export * from './browser';
//# sourceMappingURL=browser-only.d.ts.map