import type { BuildLog } from '../types.js';
export declare function getNextTimestamp(buildLog: BuildLog): Promise<string>;
