import { MiddlewareNode } from '@tngraphql/route/dist/Contracts/Route'; export declare const UseMiddleware: (md: string | ((ctx: any, next: () => Promise, args?: string[]) => Promise) | MiddlewareNode[]) => import("@tngraphql/graphql/dist/decorators/types").MethodAndPropDecorator;