/**
 * Export all types from the SDK
 * Using explicit exports to avoid conflicts
 */
export { AutomationWebResponse, AutomationWebConfig, DEFAULT_CONFIG, ThreadType as CommonThreadType, Urgency as CommonUrgency, StyleDto, MentionDto, SendMessageQuoteDto, AttachmentDto, PaginationParams, PaginatedResponse, OperationResult, BatchOperationResult, EventHandler, HttpMethod, RequestOptions, } from './common.types';
export * from './auth.types';
export { Message, Typing, Reaction, SeenMessage, DeliveredMessage, FriendEvent, GroupEvent, Undo, } from './webhook';
export * from './job';
export * from './friends.types';
export * from './dto/advanced-messaging.type';
export * from './dto/profile.type';
export * from './dto/search.types';
export * from './dto/user-info.type';
export * from './dto/groups.type';
export { ZaloMessageType, ZaloMessageCategory } from './webhook.types';
//# sourceMappingURL=index.d.ts.map