export interface GetChatsByPageQuery { from: number; to: number; includeDeleted?: boolean; } //# sourceMappingURL=GetChatsByPageQuery.d.ts.map