import type { Logger } from '../logger/Logger.ts';
export declare const timestamp: (dateObject: Date, logger: Logger) => string;
