import type { ParserState } from './state/parser-state'; export declare const getIsHdr: (state: ParserState) => boolean; export declare const hasHdr: (state: ParserState) => boolean;