import type { ILogDestination, ILogPackage } from '../dist_ts_interfaces/index.js'; export declare class SmartlogDestinationDevtools implements ILogDestination { handleLog(logPackageArg: ILogPackage): Promise; private logInBrowser; }