import { RequestScopeInterceptor } from '../request-scope'; import { Request } from 'express'; export declare const interceptorTest: (interceptor: RequestScopeInterceptor, req: T, testAssertions: () => void) => void;