import { AbstractInterceptorService } from './abstract-interceptor.service';
export declare class NoopInterceptorService extends AbstractInterceptorService {
    getCallerIp(): string[] | string;
    getCallPoint(): string;
    getStatus(): string;
    getMethod(): string;
    getProtocol(): string;
    setRequestId(): void;
    getRequestId(): string;
}
