import type { MediaParserKeyframe } from '../../options';
import type { ParserState } from '../../state/parser-state';
export declare const getKeyframesFromIsoBaseMedia: (state: ParserState) => MediaParserKeyframe[];
