import type { ContextEntry } from "@copilotkit/channels-core"; /** Tell the model it's on WhatsApp and which formatting actually renders. */ export declare const whatsAppFormattingContext: ContextEntry; /** WhatsApp messages cannot be edited — there is no token-by-token streaming. */ export declare const whatsAppDeliveryContext: ContextEntry; export declare const defaultWhatsAppContext: ContextEntry[]; //# sourceMappingURL=built-in-context.d.ts.map