import type { Plugin } from 'payload';
import type { ScheduledPostConfig } from './types.js';
export declare const ScheduledPostPlugin: (incomingScheduleConfig: ScheduledPostConfig) => Plugin;
