import { ITelegramContent } from '../interfaces';
export default function (query: string, userId: string, count: number): ITelegramContent;
