import type { Segment, ParsedKeyword } from '../parsers/types.js';
export declare function analyzeName(seg: Segment): ParsedKeyword<'name', string>;
