import { NotificationChannel } from "./NotificationChannel";
import { TelegramNotificationChannelOptions } from "../../types";
export declare class TelegramNotificationChannel extends NotificationChannel {
    token: string;
    chatId: number;
    constructor(opts: TelegramNotificationChannelOptions);
    get queueName(): string;
}
//# sourceMappingURL=TelegramNotificationChannel.d.ts.map