import type { RenderJob } from '@remotion/studio-shared';
import type { RenderModalState } from '../state/modals';
export declare const makeRetryPayload: (job: RenderJob) => RenderModalState;
