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