import { IDataLayerContext } from "../state-machines/data-layer/types"; export declare function sourceNodes({ parentSpan, webhookBody, webhookSourcePluginName, store, deferNodeMutation, }: Partial): Promise<{ deletedPages: Array; changedPages: Array; }>;