import type { ChatState } from './chat'; export declare const getListConversation: (state: ChatState) => import("..").ConversationProps[] | undefined; export declare const getConversation: (state: ChatState) => import("..").ConversationProps | undefined; //# sourceMappingURL=selectors.d.ts.map