import type { Formatter } from '../services/format.js';
export declare const log: (data: string | Uint8Array | Formatter) => boolean;
export declare const hr: () => void;
