declare const LOG_PATH: string; /** * Run a single check: pull repo, find due reminders with webhooks, fire them. * Returns the number of webhooks fired. */ export declare function runCheck(): Promise; /** * Run the checker on an interval (in minutes). Runs forever until killed. */ export declare function runInterval(intervalMinutes?: number): Promise; export { LOG_PATH }; //# sourceMappingURL=checker.d.ts.map