export type { ChatMessageListResponse } from '../../lib/domain/ChatMessage';
import { ChatMessage as ChtM, ChatMessageResponse, ChatRoom as ChtR, PresenceResponse } from '../../lib/index';
export type { ChtM as ChatMessageType, ChtR as ChatRoomType, };
export type { ChatMessageResponse, PresenceResponse };
export declare const ChatMessage: typeof ChtM;
export declare const ChatRoom: typeof ChtR;
export declare const doNotDisturbState = "DoNotDisturb";
export type GetMessagesOptions = {
    direction?: string;
    limit?: number;
    order?: string;
    offset?: number;
    search?: string;
    distinct?: string;
};
//# sourceMappingURL=models.d.ts.map