import { SchedulerEventCreationProperties, SchedulerProcessedEvent } from "../../models/index.js"; /** * Builds the creation payload for a standalone event derived from `source`, linked via `extractedFromId`. */ export declare function extractStandaloneEvent(source: SchedulerProcessedEvent, changes: Partial): SchedulerEventCreationProperties;