/** A button that opens a specified URL */ export declare class InlineKeyboardButtonTypeUrlBaseModel { _: 'inlineKeyboardButtonTypeUrl'; /** HTTP or tg:// URL to open */ url: string; }