/** * Schedule the callback to be executed when the application is idle. */ export function requestIdleFrame(callback: () => void): void;