export declare const runInFrame: (no: number, callback: Function) => () => void; export default runInFrame;