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