import type { TimestampValue, ParsedKeyword, Segment } from '../parsers/types.js';
export declare function analyzeUpdated(seg: Segment): ParsedKeyword<'updated', TimestampValue[]>;
