/**
 * Core MSW setup and configuration utilities
 *
 * This is the main entry point that includes browser-safe exports only.
 * For Node.js-specific functionality, import from '@dbs-portal/tool-mock/core/server'
 */
export * from './setup';
export * from './config';
export * from './environment';
export * from './types';
export * from './browser';
//# sourceMappingURL=index.d.ts.map