import { ChatInviteLinkInfo } from '@airgram-dev/core'; /** A chat invite link */ export declare class TMeUrlTypeChatInviteBaseModel { _: 'tMeUrlTypeChatInvite'; /** Chat invite link info */ info: ChatInviteLinkInfo; }