import type { LogOptions } from './log-options';
export declare function getLogMessageString(message: unknown): string;
export declare function getTimestampWithLogOptions(options: LogOptions | undefined): number;
