import { ChatObject, UserAuthHeaders } from '../../interfaces'; declare type GetChatsBefore = (host: string, headers: UserAuthHeaders, before: string, chatCount: number, callback: (chats: Array) => void) => void; export declare const getChatsBefore: GetChatsBefore; export {};