export declare const ConflictSection: { readonly ConversationConfig: "conversation_config"; readonly PlatformSettings: "platform_settings"; readonly Procedures: "procedures"; readonly Workflow: "workflow"; }; export type ConflictSection = (typeof ConflictSection)[keyof typeof ConflictSection];