import type { ParsedKeyword, Segment, TimestampValue } from '../parsers/types.js';
export declare function analyzeArchived(seg: Segment): ParsedKeyword<'archived', boolean | TimestampValue[] | undefined>;
