import type { MediaParserKeyframe } from './options'; export declare function findLastKeyframe({ keyframes, timeInSeconds, }: { keyframes: T[]; timeInSeconds: number; }): T | null;