/**
 * @file Main entry point for the casino-core package
 * Re-exports all public APIs and types
 */
export * from './core/types/base';
export { WasmLoader } from './core/wasm/loader';
export type { XCoreCasino } from './core/wasm/types';
export { BaccaratGame } from './games/baccarat/game';
export { checkWasmSupport, getEnvironmentInfo, isSecureContext } from './utils/wasm-support';
//# sourceMappingURL=index.d.ts.map