import type { CollectionAfterChangeHook, GlobalAfterChangeHook } from 'payload';
import { type NormalizedScheduledPostConfig } from '../types.js';
export default function syncSchedule(scheduleConfig: NormalizedScheduledPostConfig): CollectionAfterChangeHook | GlobalAfterChangeHook;
