import { Service } from "../common";
export declare class TelegramService extends Service {
    sendMessage(text: string): void | undefined;
}
