import { Context } from "../interfaces/api/context"; import * as io from "../interfaces/http-io"; export declare function addBotAsContact(io: io.HttpIo, apiContext: Context, botId: string): Promise; export declare function removeBotFromContacts(io: io.HttpIo, apiContext: Context, botId: string): Promise;