import type { FrameRange } from '@remotion/renderer'; export declare const setImageSequence: (newImageSequence: boolean) => void; export declare const getShouldOutputImageSequence: (frameRange: FrameRange | null) => boolean;