import { FormattedText } from '@airgram-dev/core'; /** Contains information about a tg:// deep link */ export declare class DeepLinkInfoBaseModel { _: 'deepLinkInfo'; /** Text to be shown to the user */ text: FormattedText; /** True, if user should be asked to update the application */ needUpdateApplication: boolean; }