import type { CollectionBeforeChangeHook, GlobalBeforeChangeHook } from 'payload';
import type { NormalizedScheduledPostConfig } from '../types.js';
export default function boundPublishDate(scheduleConfig: NormalizedScheduledPostConfig): CollectionBeforeChangeHook | GlobalBeforeChangeHook;
