import { Interceptor } from "../../types";
export declare function UseGlobalInterceptor(interceptor: {
    new (): Interceptor;
}): ClassDecorator;
