import type { Expression } from '@babel/types'; import type { CanUpdateSequencePropStatusEasing } from 'remotion'; export declare const parseKeyframeEasingExpression: (node: Expression) => CanUpdateSequencePropStatusEasing | null;