import { z } from '@bpinternal/zui'; import { IntegrationContext } from './types'; export declare const integrationOperationSchema: z.ZodEnum<["webhook_received", "message_created", "action_triggered", "register", "unregister", "ping", "create_user", "create_conversation"]>; export declare const extractContext: (headers: Record) => IntegrationContext;