export default function Trace(endpoint?: string, ...middleware: any): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;
