import { Region } from '../../types/region-tools.ts';
import { MainLayoutVideoAnnotationState } from '../../MainLayout/types.ts';
declare const _default: (keyframes: MainLayoutVideoAnnotationState["keyframes"], time: number) => Region[];
export default _default;
