import "./schedule"; declare function startInProcessCronIfEnabled(): void; declare function stopInProcessCron(): void; export { startInProcessCronIfEnabled, stopInProcessCron };