import type { SubmitVideoRenderTaskInput, SubmitVideoRenderTaskOutput } from '../../types'; export declare function normalizeDraftRenderUrl(draftUrl: string): string; export declare function submitVideoRenderTask(params: SubmitVideoRenderTaskInput): Promise; //# sourceMappingURL=submit-video-render-task.d.ts.map