import { ILogger } from '../types.js';
import '@lsk4/colors';

declare const prettyRawLog: (log: ILogger, raw: any) => void;

export { prettyRawLog as default, prettyRawLog };
