import { Telegraf } from 'telegraf'; import { HelpdeskContext } from '@/helpdesk-context'; export declare class StaffService { private readonly bot; constructor(bot: Telegraf); message(message: string): Promise; }