import { DReactionCore } from 'dreaction-client-core'; /** * Track calls to console.log, console.warn, and console.debug and send them to DReaction logger */ declare const trackGlobalLogs: () => (dreaction: DReactionCore) => { onConnect: () => void; onDisconnect: () => void; }; export default trackGlobalLogs; //# sourceMappingURL=trackGlobalLogs.d.ts.map