import { ContextType, ExecutionContext } from '@nestjs/common'; import { ExecutionContextHost } from '@nestjs/core/helpers/execution-context-host'; import { TgArgumentsHost } from './tg-arguments-host.interface'; export declare type GrammyContextType = 'grammy' | ContextType; export declare class GrammyExecutionContext extends ExecutionContextHost implements TgArgumentsHost { static create(context: ExecutionContext): GrammyExecutionContext; getType(): TContext; getContext(): T; getNext(): T; }