declare const intervalExecution: (callback: () => void) => void; export default intervalExecution;