import type { Endpoint } from '../../config/types.js';
/**
 * GET /api/payload-jobs/handle-schedules endpoint
 *
 * This endpoint is GET instead of POST to allow it to be used in a Vercel Cron.
 */
export declare const handleSchedulesJobsEndpoint: Endpoint;
//# sourceMappingURL=handleSchedules.d.ts.map