export declare type TelegramResponse = { auth_date: number; first_name: string; hash: string; id: number; last_name: string; username: string; };