declare type Callback = () => void; declare const onNextFrame: (callback: Callback) => void; export default onNextFrame;