declare const cancelIdleCallback: ((handle: number) => void) & typeof globalThis.cancelIdleCallback;

export { cancelIdleCallback };
