export declare const validateInitialFrame: ({ initialFrame, durationInFrames, }: { initialFrame: unknown; durationInFrames: unknown; }) => void;