import { Protocol as Crdp } from 'devtools-protocol';
export declare function formatExceptionDetails(e: Crdp.Runtime.ExceptionDetails): string;
export declare const clearConsoleCode = "\u001B[2J";
export declare function formatConsoleArguments(type: Crdp.Runtime.ConsoleAPICalledEvent['type'], args: Crdp.Runtime.RemoteObject[], stackTrace?: Crdp.Runtime.StackTrace): {
    args: Crdp.Runtime.RemoteObject[];
    isError: boolean;
};
