import { TeleBot } from "../telebot";
import { WebhookOptions } from "../types/telebot";
export declare const allowedWebhookPorts: number[];
export declare function webhookServer(bot: TeleBot, options: WebhookOptions): Promise<void>;
