import { Api } from '../..'; export declare class ControllerHelper { private readonly api; constructor(api: Api); /** * Get link to the current bot * @param query Query that you can pass to the link * @return link to the bot * */ getBotLink(query?: string): Promise; }