import type { BlipClient, Ticket } from '../index.ts'; import type { Account, BlipLanguage } from '../types/account.ts'; import { Namespace, type SendCommandOptions } from './namespace.ts'; export declare class ContextNamespace extends Namespace { constructor(blipClient: BlipClient, defaultOptions?: SendCommandOptions); getCurrentTicket(): Promise; getUser(): Promise; getLanguage(): Promise; toast(type: 'success' | 'warning' | 'danger', message: string): void; changeHeight(height: number): void; loading(show: boolean): void; getUserToken(): Promise; isOnBlipDesk(): boolean; isOnPortal(): boolean; private checkSenderRealm; } //# sourceMappingURL=context.d.ts.map