import type { ConversationEvent } from "../adapter.js"; import type { MessageIntakeOptions } from "./types.js"; /** * Shared message ingress pipeline for platform adapters. * * Platform adapters still normalize SDK events and handle platform-specific stop * semantics. This module owns the common trigger/log/attachment/queue/handler * ordering for messages that may start an agent run. */ export declare function processMessageIntake(options: MessageIntakeOptions): Promise; //# sourceMappingURL=intake.d.ts.map