/** A text description shown instead of a raw URL */ export declare class TextEntityTypeTextUrlBaseModel { _: 'textEntityTypeTextUrl'; /** HTTP or tg:// URL to be opened when the link is clicked */ url: string; }