import { PluginEvent } from '@posthog/plugin-scaffold'; import { Hub, IngestEventResponse } from '../../types'; export declare function ingestEvent(hub: Hub, event: PluginEvent): Promise;