import type { CaptionPatch } from '@remotion/studio-shared'; import type { SequenceNodePath } from 'remotion'; export declare const updateInlineCaptionPatches: ({ input, nodePath, patches, }: { input: string; nodePath: SequenceNodePath; patches: CaptionPatch[]; }) => { output: string; logLine: number; changedFields: string[][]; };