/** * @description When you invoke this function, Remotion will stop rendering all the frames without any retries * @see [Documentation](https://www.remotion.dev/docs/cancel-render) */ export declare function cancelRender(err: unknown): never;