export declare function validateFps(fps: unknown, location: string, isGif: boolean): asserts fps is number;
