import type { File } from '@babel/types'; import type { SequenceNodePath } from 'remotion'; export declare const getAstNodePath: (ast: File, nodePath: SequenceNodePath) => import("ast-types/lib/node-path").NodePath | null;