/**
 * Format timestamp to relative time string
 */
export declare function formatRelativeTime(timestamp: string): string;
/**
 * Validate checkpoint name for invalid characters and length
 */
export declare function validateCheckpointName(name: string): {
    valid: boolean;
    error?: string;
};
//# sourceMappingURL=checkpoint-utils.d.ts.map