export declare const validateFrame: ({ allowFloats, durationInFrames, frame, }: { frame: number; durationInFrames: number; allowFloats: boolean; }) => void;