import type { ParserState } from '../../state/parser-state';
export declare const parseMediaSection: (state: ParserState) => Promise<void>;
