export declare const SPECIAL_KINDS_MAP: Map<string, string>;
export declare const SPECIAL_KINDS: string[];
export declare function extractStructuredHeader(header: Element): Element | null;
