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