export interface HistoryFetchOptions {
    messageCount?: number;
    includeProfilePicture?: boolean;
    includeStatus?: boolean;
    timeout?: number;
}
//# sourceMappingURL=history-fetch-options.d.ts.map