import type { TimestampMode } from "./types.js"; export declare function appendTimestampString(line: string, mode: TimestampMode): string; export declare function formatPrettyTime(value: unknown): string;