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