/** * 已60帧的目标刷新率进行函数操作, 只执行一次 * @param {VoidFunction} call 回调函数 * @constructor */ export declare function frameCallback(call: VoidFunction): void;