export declare const KnowledgeBaseSearchType: { readonly HYBRID: "HYBRID"; readonly SEMANTIC: "SEMANTIC"; }; export type KnowledgeBaseSearchType = (typeof KnowledgeBaseSearchType)[keyof typeof KnowledgeBaseSearchType]; export declare const AIAgentAssociationConfigurationType: { readonly KNOWLEDGE_BASE: "KNOWLEDGE_BASE"; }; export type AIAgentAssociationConfigurationType = (typeof AIAgentAssociationConfigurationType)[keyof typeof AIAgentAssociationConfigurationType]; export declare const ToolOverrideInputValueType: { readonly JSON_STRING: "JSON_STRING"; readonly NUMBER: "NUMBER"; readonly STRING: "STRING"; }; export type ToolOverrideInputValueType = (typeof ToolOverrideInputValueType)[keyof typeof ToolOverrideInputValueType]; export declare const ToolType: { readonly CONSTANT: "CONSTANT"; readonly MODEL_CONTEXT_PROTOCOL: "MODEL_CONTEXT_PROTOCOL"; readonly RETURN_TO_CONTROL: "RETURN_TO_CONTROL"; }; export type ToolType = (typeof ToolType)[keyof typeof ToolType]; export declare const AIAgentType: { readonly ANSWER_RECOMMENDATION: "ANSWER_RECOMMENDATION"; readonly CASE_SUMMARIZATION: "CASE_SUMMARIZATION"; readonly EMAIL_GENERATIVE_ANSWER: "EMAIL_GENERATIVE_ANSWER"; readonly EMAIL_OVERVIEW: "EMAIL_OVERVIEW"; readonly EMAIL_RESPONSE: "EMAIL_RESPONSE"; readonly MANUAL_SEARCH: "MANUAL_SEARCH"; readonly NOTE_TAKING: "NOTE_TAKING"; readonly ORCHESTRATION: "ORCHESTRATION"; readonly SELF_SERVICE: "SELF_SERVICE"; }; export type AIAgentType = (typeof AIAgentType)[keyof typeof AIAgentType]; export declare const VisibilityStatus: { readonly PUBLISHED: "PUBLISHED"; readonly SAVED: "SAVED"; }; export type VisibilityStatus = (typeof VisibilityStatus)[keyof typeof VisibilityStatus]; export declare const Origin: { readonly CUSTOMER: "CUSTOMER"; readonly SYSTEM: "SYSTEM"; }; export type Origin = (typeof Origin)[keyof typeof Origin]; export declare const Status: { readonly ACTIVE: "ACTIVE"; readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS"; readonly DELETED: "DELETED"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"; }; export type Status = (typeof Status)[keyof typeof Status]; export declare const GuardrailFilterStrength: { readonly HIGH: "HIGH"; readonly LOW: "LOW"; readonly MEDIUM: "MEDIUM"; readonly NONE: "NONE"; }; export type GuardrailFilterStrength = (typeof GuardrailFilterStrength)[keyof typeof GuardrailFilterStrength]; export declare const GuardrailContentFilterType: { readonly HATE: "HATE"; readonly INSULTS: "INSULTS"; readonly MISCONDUCT: "MISCONDUCT"; readonly PROMPT_ATTACK: "PROMPT_ATTACK"; readonly SEXUAL: "SEXUAL"; readonly VIOLENCE: "VIOLENCE"; }; export type GuardrailContentFilterType = (typeof GuardrailContentFilterType)[keyof typeof GuardrailContentFilterType]; export declare const GuardrailContextualGroundingFilterType: { readonly GROUNDING: "GROUNDING"; readonly RELEVANCE: "RELEVANCE"; }; export type GuardrailContextualGroundingFilterType = (typeof GuardrailContextualGroundingFilterType)[keyof typeof GuardrailContextualGroundingFilterType]; export declare const GuardrailSensitiveInformationAction: { readonly ANONYMIZE: "ANONYMIZE"; readonly BLOCK: "BLOCK"; }; export type GuardrailSensitiveInformationAction = (typeof GuardrailSensitiveInformationAction)[keyof typeof GuardrailSensitiveInformationAction]; export declare const GuardrailPiiEntityType: { readonly ADDRESS: "ADDRESS"; readonly AGE: "AGE"; readonly AWS_ACCESS_KEY: "AWS_ACCESS_KEY"; readonly AWS_SECRET_KEY: "AWS_SECRET_KEY"; readonly CA_HEALTH_NUMBER: "CA_HEALTH_NUMBER"; readonly CA_SOCIAL_INSURANCE_NUMBER: "CA_SOCIAL_INSURANCE_NUMBER"; readonly CREDIT_DEBIT_CARD_CVV: "CREDIT_DEBIT_CARD_CVV"; readonly CREDIT_DEBIT_CARD_EXPIRY: "CREDIT_DEBIT_CARD_EXPIRY"; readonly CREDIT_DEBIT_CARD_NUMBER: "CREDIT_DEBIT_CARD_NUMBER"; readonly DRIVER_ID: "DRIVER_ID"; readonly EMAIL: "EMAIL"; readonly INTERNATIONAL_BANK_ACCOUNT_NUMBER: "INTERNATIONAL_BANK_ACCOUNT_NUMBER"; readonly IP_ADDRESS: "IP_ADDRESS"; readonly LICENSE_PLATE: "LICENSE_PLATE"; readonly MAC_ADDRESS: "MAC_ADDRESS"; readonly NAME: "NAME"; readonly PASSWORD: "PASSWORD"; readonly PHONE: "PHONE"; readonly PIN: "PIN"; readonly SWIFT_CODE: "SWIFT_CODE"; readonly UK_NATIONAL_HEALTH_SERVICE_NUMBER: "UK_NATIONAL_HEALTH_SERVICE_NUMBER"; readonly UK_NATIONAL_INSURANCE_NUMBER: "UK_NATIONAL_INSURANCE_NUMBER"; readonly UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER: "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER"; readonly URL: "URL"; readonly USERNAME: "USERNAME"; readonly US_BANK_ACCOUNT_NUMBER: "US_BANK_ACCOUNT_NUMBER"; readonly US_BANK_ROUTING_NUMBER: "US_BANK_ROUTING_NUMBER"; readonly US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER: "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER"; readonly US_PASSPORT_NUMBER: "US_PASSPORT_NUMBER"; readonly US_SOCIAL_SECURITY_NUMBER: "US_SOCIAL_SECURITY_NUMBER"; readonly VEHICLE_IDENTIFICATION_NUMBER: "VEHICLE_IDENTIFICATION_NUMBER"; }; export type GuardrailPiiEntityType = (typeof GuardrailPiiEntityType)[keyof typeof GuardrailPiiEntityType]; export declare const GuardrailTopicType: { readonly DENY: "DENY"; }; export type GuardrailTopicType = (typeof GuardrailTopicType)[keyof typeof GuardrailTopicType]; export declare const GuardrailManagedWordsType: { readonly PROFANITY: "PROFANITY"; }; export type GuardrailManagedWordsType = (typeof GuardrailManagedWordsType)[keyof typeof GuardrailManagedWordsType]; export declare const AIPromptAPIFormat: { readonly ANTHROPIC_CLAUDE_MESSAGES: "ANTHROPIC_CLAUDE_MESSAGES"; readonly ANTHROPIC_CLAUDE_TEXT_COMPLETIONS: "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS"; readonly MESSAGES: "MESSAGES"; readonly TEXT_COMPLETIONS: "TEXT_COMPLETIONS"; }; export type AIPromptAPIFormat = (typeof AIPromptAPIFormat)[keyof typeof AIPromptAPIFormat]; export declare const AIPromptTemplateType: { readonly TEXT: "TEXT"; }; export type AIPromptTemplateType = (typeof AIPromptTemplateType)[keyof typeof AIPromptTemplateType]; export declare const AIPromptType: { readonly ANSWER_GENERATION: "ANSWER_GENERATION"; readonly CASE_SUMMARIZATION: "CASE_SUMMARIZATION"; readonly EMAIL_GENERATIVE_ANSWER: "EMAIL_GENERATIVE_ANSWER"; readonly EMAIL_OVERVIEW: "EMAIL_OVERVIEW"; readonly EMAIL_QUERY_REFORMULATION: "EMAIL_QUERY_REFORMULATION"; readonly EMAIL_RESPONSE: "EMAIL_RESPONSE"; readonly INTENT_LABELING_GENERATION: "INTENT_LABELING_GENERATION"; readonly NOTE_TAKING: "NOTE_TAKING"; readonly ORCHESTRATION: "ORCHESTRATION"; readonly QUERY_REFORMULATION: "QUERY_REFORMULATION"; readonly SELF_SERVICE_ANSWER_GENERATION: "SELF_SERVICE_ANSWER_GENERATION"; readonly SELF_SERVICE_PRE_PROCESSING: "SELF_SERVICE_PRE_PROCESSING"; }; export type AIPromptType = (typeof AIPromptType)[keyof typeof AIPromptType]; export declare const AssociationType: { readonly EXTERNAL_BEDROCK_KNOWLEDGE_BASE: "EXTERNAL_BEDROCK_KNOWLEDGE_BASE"; readonly KNOWLEDGE_BASE: "KNOWLEDGE_BASE"; }; export type AssociationType = (typeof AssociationType)[keyof typeof AssociationType]; export declare const AssistantType: { readonly AGENT: "AGENT"; }; export type AssistantType = (typeof AssistantType)[keyof typeof AssistantType]; export declare const AssistantCapabilityType: { readonly V1: "V1"; readonly V2: "V2"; }; export type AssistantCapabilityType = (typeof AssistantCapabilityType)[keyof typeof AssistantCapabilityType]; export declare const AssistantStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS"; readonly DELETED: "DELETED"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"; }; export type AssistantStatus = (typeof AssistantStatus)[keyof typeof AssistantStatus]; export declare const RecommendationType: { readonly BLOCKED_CASE_SUMMARIZATION_CHUNK: "BLOCKED_CASE_SUMMARIZATION_CHUNK"; readonly BLOCKED_GENERATIVE_ANSWER_CHUNK: "BLOCKED_GENERATIVE_ANSWER_CHUNK"; readonly BLOCKED_INTENT_ANSWER_CHUNK: "BLOCKED_INTENT_ANSWER_CHUNK"; readonly BLOCKED_NOTES_CHUNK: "BLOCKED_NOTES_CHUNK"; readonly CASE_SUMMARIZATION_CHUNK: "CASE_SUMMARIZATION_CHUNK"; readonly DETECTED_INTENT: "DETECTED_INTENT"; readonly EMAIL_GENERATIVE_ANSWER_CHUNK: "EMAIL_GENERATIVE_ANSWER_CHUNK"; readonly EMAIL_OVERVIEW_CHUNK: "EMAIL_OVERVIEW_CHUNK"; readonly EMAIL_RESPONSE_CHUNK: "EMAIL_RESPONSE_CHUNK"; readonly GENERATIVE_ANSWER: "GENERATIVE_ANSWER"; readonly GENERATIVE_ANSWER_CHUNK: "GENERATIVE_ANSWER_CHUNK"; readonly GENERATIVE_RESPONSE: "GENERATIVE_RESPONSE"; readonly INTENT_ANSWER_CHUNK: "INTENT_ANSWER_CHUNK"; readonly KNOWLEDGE_CONTENT: "KNOWLEDGE_CONTENT"; readonly NOTES_CHUNK: "NOTES_CHUNK"; readonly SUGGESTED_MESSAGE: "SUGGESTED_MESSAGE"; }; export type RecommendationType = (typeof RecommendationType)[keyof typeof RecommendationType]; export declare const RelevanceLevel: { readonly HIGH: "HIGH"; readonly LOW: "LOW"; readonly MEDIUM: "MEDIUM"; }; export type RelevanceLevel = (typeof RelevanceLevel)[keyof typeof RelevanceLevel]; export declare const SourceContentType: { readonly KNOWLEDGE_CONTENT: "KNOWLEDGE_CONTENT"; }; export type SourceContentType = (typeof SourceContentType)[keyof typeof SourceContentType]; export declare const ReferenceType: { readonly BEDROCK_KB_CONFLUENCE: "BEDROCK_KB_CONFLUENCE"; readonly BEDROCK_KB_CUSTOM_DOCUMENT: "BEDROCK_KB_CUSTOM_DOCUMENT"; readonly BEDROCK_KB_KENDRA: "BEDROCK_KB_KENDRA"; readonly BEDROCK_KB_S3: "BEDROCK_KB_S3"; readonly BEDROCK_KB_SALESFORCE: "BEDROCK_KB_SALESFORCE"; readonly BEDROCK_KB_SHAREPOINT: "BEDROCK_KB_SHAREPOINT"; readonly BEDROCK_KB_SQL: "BEDROCK_KB_SQL"; readonly BEDROCK_KB_WEB: "BEDROCK_KB_WEB"; readonly KNOWLEDGE_BASE: "KNOWLEDGE_BASE"; readonly WEB_CRAWLER: "WEB_CRAWLER"; }; export type ReferenceType = (typeof ReferenceType)[keyof typeof ReferenceType]; export declare const RecommendationSourceType: { readonly ISSUE_DETECTION: "ISSUE_DETECTION"; readonly OTHER: "OTHER"; readonly RULE_EVALUATION: "RULE_EVALUATION"; }; export type RecommendationSourceType = (typeof RecommendationSourceType)[keyof typeof RecommendationSourceType]; export declare const RecommendationTriggerType: { readonly GENERATIVE: "GENERATIVE"; readonly QUERY: "QUERY"; }; export type RecommendationTriggerType = (typeof RecommendationTriggerType)[keyof typeof RecommendationTriggerType]; export declare const ModelLifecycle: { readonly ACTIVE: "ACTIVE"; readonly LEGACY: "LEGACY"; }; export type ModelLifecycle = (typeof ModelLifecycle)[keyof typeof ModelLifecycle]; export declare const CrossRegionStatus: { readonly GLOBAL: "GLOBAL"; readonly NONE: "NONE"; readonly REGIONAL: "REGIONAL"; }; export type CrossRegionStatus = (typeof CrossRegionStatus)[keyof typeof CrossRegionStatus]; export declare const Relevance: { readonly HELPFUL: "HELPFUL"; readonly NOT_HELPFUL: "NOT_HELPFUL"; }; export type Relevance = (typeof Relevance)[keyof typeof Relevance]; export declare const TargetType: { readonly MESSAGE: "MESSAGE"; readonly RECOMMENDATION: "RECOMMENDATION"; readonly RESULT: "RESULT"; }; export type TargetType = (typeof TargetType)[keyof typeof TargetType]; export declare const QueryConditionComparisonOperator: { readonly EQUALS: "EQUALS"; }; export type QueryConditionComparisonOperator = (typeof QueryConditionComparisonOperator)[keyof typeof QueryConditionComparisonOperator]; export declare const QueryConditionFieldName: { readonly RESULT_TYPE: "RESULT_TYPE"; }; export type QueryConditionFieldName = (typeof QueryConditionFieldName)[keyof typeof QueryConditionFieldName]; export declare const QueryResultType: { readonly BLOCKED_CASE_SUMMARIZATION_CHUNK: "BLOCKED_CASE_SUMMARIZATION_CHUNK"; readonly BLOCKED_GENERATIVE_ANSWER_CHUNK: "BLOCKED_GENERATIVE_ANSWER_CHUNK"; readonly BLOCKED_INTENT_ANSWER_CHUNK: "BLOCKED_INTENT_ANSWER_CHUNK"; readonly BLOCKED_NOTES_CHUNK: "BLOCKED_NOTES_CHUNK"; readonly CASE_SUMMARIZATION_CHUNK: "CASE_SUMMARIZATION_CHUNK"; readonly EMAIL_GENERATIVE_ANSWER_CHUNK: "EMAIL_GENERATIVE_ANSWER_CHUNK"; readonly EMAIL_OVERVIEW_CHUNK: "EMAIL_OVERVIEW_CHUNK"; readonly EMAIL_RESPONSE_CHUNK: "EMAIL_RESPONSE_CHUNK"; readonly GENERATIVE_ANSWER: "GENERATIVE_ANSWER"; readonly GENERATIVE_ANSWER_CHUNK: "GENERATIVE_ANSWER_CHUNK"; readonly INTENT_ANSWER: "INTENT_ANSWER"; readonly INTENT_ANSWER_CHUNK: "INTENT_ANSWER_CHUNK"; readonly KNOWLEDGE_CONTENT: "KNOWLEDGE_CONTENT"; readonly NOTES: "NOTES"; readonly NOTES_CHUNK: "NOTES_CHUNK"; }; export type QueryResultType = (typeof QueryResultType)[keyof typeof QueryResultType]; export declare const FilterField: { readonly NAME: "NAME"; }; export type FilterField = (typeof FilterField)[keyof typeof FilterField]; export declare const FilterOperator: { readonly EQUALS: "EQUALS"; }; export type FilterOperator = (typeof FilterOperator)[keyof typeof FilterOperator]; export declare const ConversationStatusReason: { readonly FAILED: "FAILED"; readonly REJECTED: "REJECTED"; readonly SUCCESS: "SUCCESS"; }; export type ConversationStatusReason = (typeof ConversationStatusReason)[keyof typeof ConversationStatusReason]; export declare const ConversationStatus: { readonly CLOSED: "CLOSED"; readonly PROCESSING: "PROCESSING"; readonly READY: "READY"; }; export type ConversationStatus = (typeof ConversationStatus)[keyof typeof ConversationStatus]; export declare const Participant: { readonly AGENT: "AGENT"; readonly BOT: "BOT"; readonly CUSTOMER: "CUSTOMER"; }; export type Participant = (typeof Participant)[keyof typeof Participant]; export declare const MessageType: { readonly TEXT: "TEXT"; readonly TOOL_USE_RESULT: "TOOL_USE_RESULT"; }; export type MessageType = (typeof MessageType)[keyof typeof MessageType]; export declare const MessageFilterType: { readonly ALL: "ALL"; readonly TEXT_ONLY: "TEXT_ONLY"; }; export type MessageFilterType = (typeof MessageFilterType)[keyof typeof MessageFilterType]; export declare const GuardrailAction: { readonly BLOCKED: "BLOCKED"; readonly MASKED: "MASKED"; readonly NONE: "NONE"; }; export type GuardrailAction = (typeof GuardrailAction)[keyof typeof GuardrailAction]; export declare const GuardrailPolicyType: { readonly CONTENT_FILTER: "CONTENT_FILTER"; readonly CONTEXTUAL_GROUNDING: "CONTEXTUAL_GROUNDING"; readonly SENSITIVE_INFORMATION_PII: "SENSITIVE_INFORMATION_PII"; readonly SENSITIVE_INFORMATION_REGEX: "SENSITIVE_INFORMATION_REGEX"; readonly TOPIC: "TOPIC"; readonly WORD: "WORD"; }; export type GuardrailPolicyType = (typeof GuardrailPolicyType)[keyof typeof GuardrailPolicyType]; export declare const GuardrailSource: { readonly INPUT: "INPUT"; readonly OUTPUT: "OUTPUT"; }; export type GuardrailSource = (typeof GuardrailSource)[keyof typeof GuardrailSource]; export declare const SpanType: { readonly CLIENT: "CLIENT"; readonly INTERNAL: "INTERNAL"; readonly SERVER: "SERVER"; }; export type SpanType = (typeof SpanType)[keyof typeof SpanType]; export declare const SpanStatus: { readonly ERROR: "ERROR"; readonly OK: "OK"; readonly TIMEOUT: "TIMEOUT"; }; export type SpanStatus = (typeof SpanStatus)[keyof typeof SpanStatus]; export declare const SessionDataNamespace: { readonly Custom: "Custom"; }; export type SessionDataNamespace = (typeof SessionDataNamespace)[keyof typeof SessionDataNamespace]; export declare const ChannelSubtype: { readonly EMAIL: "EMAIL"; readonly PUSH: "PUSH"; readonly SMS: "SMS"; readonly WHATSAPP: "WHATSAPP"; }; export type ChannelSubtype = (typeof ChannelSubtype)[keyof typeof ChannelSubtype]; export declare const ChunkingStrategy: { readonly FIXED_SIZE: "FIXED_SIZE"; readonly HIERARCHICAL: "HIERARCHICAL"; readonly NONE: "NONE"; readonly SEMANTIC: "SEMANTIC"; }; export type ChunkingStrategy = (typeof ChunkingStrategy)[keyof typeof ChunkingStrategy]; export declare const ContentAssociationType: { readonly AMAZON_CONNECT_GUIDE: "AMAZON_CONNECT_GUIDE"; }; export type ContentAssociationType = (typeof ContentAssociationType)[keyof typeof ContentAssociationType]; export declare const ContentStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS"; readonly DELETED: "DELETED"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"; readonly UPDATE_FAILED: "UPDATE_FAILED"; }; export type ContentStatus = (typeof ContentStatus)[keyof typeof ContentStatus]; export declare const ContentDisposition: { readonly ATTACHMENT: "ATTACHMENT"; }; export type ContentDisposition = (typeof ContentDisposition)[keyof typeof ContentDisposition]; export declare const KnowledgeBaseType: { readonly CUSTOM: "CUSTOM"; readonly EXTERNAL: "EXTERNAL"; readonly MANAGED: "MANAGED"; readonly MESSAGE_TEMPLATES: "MESSAGE_TEMPLATES"; readonly QUICK_RESPONSES: "QUICK_RESPONSES"; }; export type KnowledgeBaseType = (typeof KnowledgeBaseType)[keyof typeof KnowledgeBaseType]; export declare const WebScopeType: { readonly HOST_ONLY: "HOST_ONLY"; readonly SUBDOMAINS: "SUBDOMAINS"; }; export type WebScopeType = (typeof WebScopeType)[keyof typeof WebScopeType]; export declare const ParsingStrategy: { readonly BEDROCK_FOUNDATION_MODEL: "BEDROCK_FOUNDATION_MODEL"; }; export type ParsingStrategy = (typeof ParsingStrategy)[keyof typeof ParsingStrategy]; export declare const SyncStatus: { readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS"; readonly SYNCING_IN_PROGRESS: "SYNCING_IN_PROGRESS"; readonly SYNC_FAILED: "SYNC_FAILED"; readonly SYNC_SUCCESS: "SYNC_SUCCESS"; }; export type SyncStatus = (typeof SyncStatus)[keyof typeof SyncStatus]; export declare const KnowledgeBaseStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS"; readonly DELETED: "DELETED"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"; }; export type KnowledgeBaseStatus = (typeof KnowledgeBaseStatus)[keyof typeof KnowledgeBaseStatus]; export declare const PushMessageAction: { readonly DEEP_LINK: "DEEP_LINK"; readonly OPEN_APP: "OPEN_APP"; readonly URL: "URL"; }; export type PushMessageAction = (typeof PushMessageAction)[keyof typeof PushMessageAction]; export declare const MessageTemplateAttributeType: { readonly AGENT: "AGENT"; readonly CUSTOM: "CUSTOM"; readonly CUSTOMER_PROFILE: "CUSTOMER_PROFILE"; readonly SYSTEM: "SYSTEM"; }; export type MessageTemplateAttributeType = (typeof MessageTemplateAttributeType)[keyof typeof MessageTemplateAttributeType]; export declare const WhatsAppSourceConfigurationStatus: { readonly INVALID: "INVALID"; readonly REJECTED: "REJECTED"; readonly VALID: "VALID"; }; export type WhatsAppSourceConfigurationStatus = (typeof WhatsAppSourceConfigurationStatus)[keyof typeof WhatsAppSourceConfigurationStatus]; export declare const QuickResponseStatus: { readonly CREATED: "CREATED"; readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS"; readonly DELETED: "DELETED"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"; readonly UPDATE_FAILED: "UPDATE_FAILED"; readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS"; }; export type QuickResponseStatus = (typeof QuickResponseStatus)[keyof typeof QuickResponseStatus]; export declare const ExternalSource: { readonly AMAZON_CONNECT: "AMAZON_CONNECT"; }; export type ExternalSource = (typeof ExternalSource)[keyof typeof ExternalSource]; export declare const ImportJobType: { readonly QUICK_RESPONSES: "QUICK_RESPONSES"; }; export type ImportJobType = (typeof ImportJobType)[keyof typeof ImportJobType]; export declare const ImportJobStatus: { readonly COMPLETE: "COMPLETE"; readonly DELETED: "DELETED"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"; readonly FAILED: "FAILED"; readonly START_IN_PROGRESS: "START_IN_PROGRESS"; }; export type ImportJobStatus = (typeof ImportJobStatus)[keyof typeof ImportJobStatus]; export declare const MessageTemplateFilterOperator: { readonly EQUALS: "EQUALS"; readonly PREFIX: "PREFIX"; }; export type MessageTemplateFilterOperator = (typeof MessageTemplateFilterOperator)[keyof typeof MessageTemplateFilterOperator]; export declare const Order: { readonly ASC: "ASC"; readonly DESC: "DESC"; }; export type Order = (typeof Order)[keyof typeof Order]; export declare const MessageTemplateQueryOperator: { readonly CONTAINS: "CONTAINS"; readonly CONTAINS_AND_PREFIX: "CONTAINS_AND_PREFIX"; }; export type MessageTemplateQueryOperator = (typeof MessageTemplateQueryOperator)[keyof typeof MessageTemplateQueryOperator]; export declare const Priority: { readonly HIGH: "HIGH"; readonly LOW: "LOW"; readonly MEDIUM: "MEDIUM"; }; export type Priority = (typeof Priority)[keyof typeof Priority]; export declare const QuickResponseFilterOperator: { readonly EQUALS: "EQUALS"; readonly PREFIX: "PREFIX"; }; export type QuickResponseFilterOperator = (typeof QuickResponseFilterOperator)[keyof typeof QuickResponseFilterOperator]; export declare const QuickResponseQueryOperator: { readonly CONTAINS: "CONTAINS"; readonly CONTAINS_AND_PREFIX: "CONTAINS_AND_PREFIX"; }; export type QuickResponseQueryOperator = (typeof QuickResponseQueryOperator)[keyof typeof QuickResponseQueryOperator];