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