import type { SequenceNodePathRemapping } from '@remotion/studio-shared'; import type { SequenceNodePath } from 'remotion'; export declare const duplicateJsxElementAtPath: (jsxPath: import("ast-types/lib/node-path").NodePath) => void; export declare const duplicateJsxNodes: ({ input, nodePaths, }: { input: string; nodePaths: SequenceNodePath[]; }) => Promise<{ output: string; formatted: boolean; nodeLabels: string[]; logLines: number[]; nodePathRemappings: SequenceNodePathRemapping[]; }>;