import { GatsbyContext, GatsbyNode } from '../types/gatsby'; import { ProcessingOptions } from './normalize'; import { MutationEvent } from '@sanity/client'; export declare function handleListenerEvent(event: MutationEvent, publishedNodes: Map, context: GatsbyContext, processingOptions: ProcessingOptions): void;