export declare const setEveryNthFrame: (frame: number) => void; export declare const getEveryNthFrame: () => number;