import { ReactotronCore } from "reactotron-core-client";
/**
 * Track calls to console.log, console.warn, and console.debug and send them to Reactotron logger
 */
declare const trackGlobalLogs: () => (reactotron: ReactotronCore) => {
    onConnect: () => void;
};
export default trackGlobalLogs;
