import { MiddlewareDiscovery } from '../middleware.discovery'; /** * Decorator that marks a method as a text command for telegraf client. * @param options The options for the text command. */ export declare const Middleware: import("@nestjs/core").ReflectableDecorator;